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 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 CacheModifier and TypeMethodDescriptionprotected CacheNuxeoDriveManagerImpl.getCollectionSyncRootMemberCache()protected CacheNuxeoDriveManagerImpl.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 TypeClassDescriptionclassAbstract class to be extended to provide new cache implementationclassClass 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 cacheclassWrapper managing cache invalidations.classclassclassDefault 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 CacheDirectoryCache.entryCacheprotected CacheDirectoryCache.entryCacheWithoutReferencesMethods 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