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 Cache
NuxeoDriveManagerImpl. collectionSyncRootMemberCache
Cache holding the collection sync root member ids for a given user (first map key) and repository (second map key).protected Cache
NuxeoDriveManagerImpl. syncRootCache
Cache 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 Cache
NuxeoDriveManagerImpl. getCollectionSyncRootMemberCache()
protected Cache
NuxeoDriveManagerImpl. getSyncRootCache()
-
Uses of Cache in org.nuxeo.ecm.core.cache
Subinterfaces of Cache in org.nuxeo.ecm.core.cache Modifier and Type Interface Description interface
CacheManagement
Management-related APIs for aCache
.Classes in org.nuxeo.ecm.core.cache that implement Cache 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 guavaMethods in org.nuxeo.ecm.core.cache that return Cache Modifier and Type Method Description Cache
CacheService. getCache(String name)
Gets the cache with the given name.protected abstract Cache
CacheServiceImpl.AbstractCachePubSubInvalidator. getCache(String name)
protected Cache
CacheServiceImpl.CachePubSubInvalidator. getCache(String name)
Cache
CacheServiceImpl. 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 Cache
DirectoryCache. entryCache
protected Cache
DirectoryCache. entryCacheWithoutReferences
Methods in org.nuxeo.ecm.directory that return Cache Modifier and Type Method Description Cache
DirectoryCache. getEntryCache()
Cache
DirectoryCache. 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 Cache
UserManagerImpl. principalCache
-