Uses of Interface
org.nuxeo.ecm.core.cache.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in org.nuxeo.drive.service.impl
Fields in org.nuxeo.drive.service.impl declared as CacheModifier and TypeFieldDescriptionprotected 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 CacheModifier and TypeMethodDescriptionprotected Cache
NuxeoDriveManagerImpl.getCollectionSyncRootMemberCache()
protected Cache
NuxeoDriveManagerImpl.getSyncRootCache()
-
Uses of Cache in org.nuxeo.ecm.core.cache
Subinterfaces of Cache in org.nuxeo.ecm.core.cacheClasses in org.nuxeo.ecm.core.cache that implement CacheModifier and TypeClassDescriptionclass
Abstract class to be extended to provide new cache implementationclass
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
Wrapper managing cache invalidations.class
class
class
Default in memory implementation for cache management based on guavaMethods in org.nuxeo.ecm.core.cache that return Cache -
Uses of Cache in org.nuxeo.ecm.directory
Fields in org.nuxeo.ecm.directory declared as CacheModifier and TypeFieldDescriptionprotected Cache
DirectoryCache.entryCache
protected Cache
DirectoryCache.entryCacheWithoutReferences
Methods in org.nuxeo.ecm.directory that return CacheModifier and TypeMethodDescriptionDirectoryCache.getEntryCache()
DirectoryCache.getEntryCacheWithoutReferences()
-
Uses of Cache in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager declared as Cache