Re: per-class cache

2007-05-12 Thread Armin Waibel
Hi, Maxim Kuleshov wrote: 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 impl

per-class cache

2007-05-11 Thread Maxim Kuleshov
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