Class CacheManager


public final class CacheManager extends AbstractCacheManager
Provides an implementation of a per-class object cache. CacheManager will automatically evoke objects from cache after 60 minutes and holds a maximum of 1000 objects (per-object type).
Since:
1.5.0
  • Method Details