Uses of Interface
org.nuxeo.ecm.core.cache.Cache
-
Packages that use Cache Package Description org.nuxeo.drive.service.impl org.nuxeo.ecm.core.cache org.nuxeo.ecm.directory org.nuxeo.ecm.platform.usermanager -
-
Uses of Cache in org.nuxeo.drive.service.impl
Fields in org.nuxeo.drive.service.impl declared as Cache Modifier and Type Field Description protected CacheNuxeoDriveManagerImpl. collectionSyncRootMemberCacheCache holding the collection sync root member ids for a given user (first map key) and repository (second map key).protected CacheNuxeoDriveManagerImpl. syncRootCacheCache holding the synchronization roots for a given user (first map key) and repository (second map key).Methods in org.nuxeo.drive.service.impl that return Cache Modifier and Type Method Description protected CacheNuxeoDriveManagerImpl. getCollectionSyncRootMemberCache()protected CacheNuxeoDriveManagerImpl. getSyncRootCache() -
Uses of Cache in org.nuxeo.ecm.core.cache
Subinterfaces of Cache in org.nuxeo.ecm.core.cache Modifier and Type Interface Description interfaceCacheManagementManagement-related APIs for aCache.Classes in org.nuxeo.ecm.core.cache that implement Cache 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 guavaMethods in org.nuxeo.ecm.core.cache that return Cache Modifier and Type Method Description CacheCacheService. getCache(String name)Gets the cache with the given name.protected abstract CacheCacheServiceImpl.AbstractCachePubSubInvalidator. getCache(String name)protected CacheCacheServiceImpl.CachePubSubInvalidator. getCache(String name)CacheCacheServiceImpl. getCache(String name) -
Uses of Cache in org.nuxeo.ecm.directory
Fields in org.nuxeo.ecm.directory declared as Cache Modifier and Type Field Description protected CacheDirectoryCache. entryCacheprotected CacheDirectoryCache. entryCacheWithoutReferencesMethods in org.nuxeo.ecm.directory that return Cache Modifier and Type Method Description CacheDirectoryCache. getEntryCache()CacheDirectoryCache. getEntryCacheWithoutReferences() -
Uses of Cache in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager declared as Cache Modifier and Type Field Description protected CacheUserManagerImpl. principalCache
-