Uses of Interface
org.nuxeo.ecm.core.cache.CacheManagement
-
Uses of CacheManagement in org.nuxeo.ecm.core.cache
Modifier and TypeClassDescriptionclass
Abstract class to be extended to provide new cache implementationclass
Class to implement mandatory check attributes before calling implementation of cache This enable to have the same behavior for any use of cache for all implementation of cacheclass
Wrapper managing cache invalidations.class
class
class
Default in memory implementation for cache management based on guavaModifier and TypeFieldDescriptionprotected final Map<String,
CacheManagement> CacheServiceImpl.caches
Currently registered caches.protected Class<? extends CacheManagement>
CacheDescriptor.klass
ModifierConstructorDescriptionCacheInvalidator
(CacheManagement cache, CacheServiceImpl.CachePubSubInvalidator invalidator) CacheMetrics
(CacheManagement cache) protected
CacheWrapper
(CacheManagement cache)