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 TypeClassDescriptionclassAbstract class to be extended to provide new cache implementationclassClass 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 cacheclassWrapper managing cache invalidations.classclassclassDefault 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.cachesCurrently registered caches.protected Class<? extends CacheManagement> CacheDescriptor.klassConstructors in org.nuxeo.ecm.core.cache with parameters of type CacheManagementModifierConstructorDescriptionCacheInvalidator(CacheManagement cache, CacheServiceImpl.CachePubSubInvalidator invalidator) CacheMetrics(CacheManagement cache) protectedCacheWrapper(CacheManagement cache)