Package alpine.cache
Class CacheManager
- java.lang.Object
-
- alpine.cache.AbstractCacheManager
-
- alpine.cache.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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CacheManagergetInstance()-
Methods inherited from class alpine.cache.AbstractCacheManager
get, get, maintenance, put, remove
-
-
-
-
Method Detail
-
getInstance
public static CacheManager getInstance()
-
-