Package org.cyclos.impl.utils.cache
Class GuavaCacheHandlerImpl
- java.lang.Object
-
- org.cyclos.impl.utils.cache.CacheHandlerImpl
-
- org.cyclos.impl.utils.cache.GuavaCacheHandlerImpl
-
- All Implemented Interfaces:
CacheHandler,CacheHandlerImplementor
public class GuavaCacheHandlerImpl extends CacheHandlerImpl
ACacheHandlerImplthat delegates to Guava caches
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.utils.cache.CacheHandlerImpl
LOCAL_CACHE
-
-
Constructor Summary
Constructors Constructor Description GuavaCacheHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <K extends Serializable,V extends Serializable>
Cache<K,V>initCache(CacheType<K,V> type)-
Methods inherited from class org.cyclos.impl.utils.cache.CacheHandlerImpl
apply, createGuavaCache, destroy, getCache, getCacheIfInitialized, getLocalCache, initialize, isSkipCache, scheduleClear, scheduleEvict, scheduleEvict, schedulePartialEvict, setSkipCache
-
-
-
-
Method Detail
-
initCache
protected <K extends Serializable,V extends Serializable> Cache<K,V> initCache(CacheType<K,V> type)
- Specified by:
initCachein classCacheHandlerImpl
-
-