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 classAbstractCacheAbstract class to be extended to provide new cache implementationclassCacheAttributesCheckerClass 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 cacheclassCacheInvalidatorWrapper managing cache invalidations.classCacheMetricsclassCacheWrapperclassInMemoryCacheImplDefault in memory implementation for cache management based on guavaFields in org.nuxeo.ecm.core.cache declared as CacheManagement Modifier and Type Field Description CacheManagementCacheWrapper. cacheFields in org.nuxeo.ecm.core.cache with type parameters of type CacheManagement Modifier and Type Field Description protected Map<String,CacheManagement>CacheServiceImpl. cachesCurrently registered caches.protected Class<? extends CacheManagement>CacheDescriptor. klassConstructors 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)
-