Uses of Interface
org.nuxeo.ecm.core.cache.Cache
Package
Description
-
Uses of Cache in org.nuxeo.drive.service.impl
Modifier 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).Modifier and TypeMethodDescriptionprotected Cache
NuxeoDriveManagerImpl.getCollectionSyncRootMemberCache()
protected Cache
NuxeoDriveManagerImpl.getSyncRootCache()
-
Uses of Cache in org.nuxeo.ecm.core.cache
Modifier 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 guava -
Uses of Cache in org.nuxeo.ecm.directory
Modifier and TypeFieldDescriptionprotected Cache
DirectoryCache.entryCache
protected Cache
DirectoryCache.entryCacheWithoutReferences
Modifier and TypeMethodDescriptionDirectoryCache.getEntryCache()
DirectoryCache.getEntryCacheWithoutReferences()
-
Uses of Cache in org.nuxeo.ecm.platform.usermanager