Package org.cyclos.impl.utils.cache
Interface CacheHandlerImplementor
-
- All Superinterfaces:
CacheHandler
- All Known Implementing Classes:
CacheHandlerImpl,GuavaCacheHandlerImpl
public interface CacheHandlerImplementor extends CacheHandler
Internal interface for CacheHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSkipCache()Returns whether this cache handler is temporarily skipping cachesvoidsetSkipCache(boolean skipCache)Sets this cache handler to temporarily skip any cache (true) or to use caches normally (false)-
Methods inherited from interface org.cyclos.impl.utils.cache.CacheHandler
apply, getCache, getCacheIfInitialized, getLocalCache, scheduleClear, scheduleEvict, scheduleEvict, schedulePartialEvict
-
-