Uses of Interface
org.nuxeo.ecm.core.cache.CacheManagement
Packages that use CacheManagement
-
Uses of CacheManagement in org.nuxeo.ecm.core.cache
Classes in org.nuxeo.ecm.core.cache that implement CacheManagementModifier 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 guavaFields in org.nuxeo.ecm.core.cache declared as CacheManagementFields in org.nuxeo.ecm.core.cache with type parameters of type CacheManagementModifier and TypeFieldDescriptionprotected final Map<String,
CacheManagement> CacheServiceImpl.caches
Currently registered caches.protected Class<? extends CacheManagement>
CacheDescriptor.klass
Constructors in org.nuxeo.ecm.core.cache with parameters of type CacheManagementModifierConstructorDescriptionCacheInvalidator
(CacheManagement cache, CacheServiceImpl.CachePubSubInvalidator invalidator) CacheMetrics
(CacheManagement cache) protected
CacheWrapper
(CacheManagement cache)