"Volatile" EOF classes
Randy Wigginton <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Is there a "nice" way to force EOF to ALWAYS load a certain class from the DB? I have a table that is being modifed by a different process, and I always want to get the very latest data. What I'm using right now is very brute-force (invalidate all objects on the root store).