Uses of Interface
org.nuxeo.ecm.core.cache.CacheManagement
-
Packages that use CacheManagement Package Description org.nuxeo.ecm.core.cache -
-
Uses of CacheManagement in org.nuxeo.ecm.core.cache
Classes in org.nuxeo.ecm.core.cache that implement CacheManagement Modifier and Type Class Description class
AbstractCache
Abstract class to be extended to provide new cache implementationclass
CacheAttributesChecker
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
CacheInvalidator
Wrapper managing cache invalidations.class
CacheMetrics
class
CacheWrapper
class
InMemoryCacheImpl
Default in memory implementation for cache management based on guavaFields in org.nuxeo.ecm.core.cache declared as CacheManagement Modifier and Type Field Description CacheManagement
CacheWrapper. cache
Fields in org.nuxeo.ecm.core.cache with type parameters of type CacheManagement Modifier and Type Field Description protected 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 CacheManagement Constructor Description CacheAttributesChecker(CacheManagement cache)
CacheInvalidator(CacheManagement cache, CacheServiceImpl.CachePubSubInvalidator invalidator)
CacheMetrics(CacheManagement cache)
CacheWrapper(CacheManagement cache)
-