per-class cache
Maxim Kuleshov <[email protected]>
| Newsgroups | gmane.comp.jakarta.ojb.user |
|---|---|
| Message-ID | <[email protected]> |
Hello! If I use per-class cache feature, will cache instance be created for every distinct class? Guess, it's wasteful to have different caches sharing exactly same behavior. That special cache will be used to store almost-static DB data. How could I implement this?