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
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