Uses of Class
org.nuxeo.ecm.core.cache.CacheDescriptor
-
Packages that use CacheDescriptor Package Description org.nuxeo.ecm.core.cache -
-
Uses of CacheDescriptor in org.nuxeo.ecm.core.cache
Methods in org.nuxeo.ecm.core.cache that return CacheDescriptor Modifier and Type Method Description CacheDescriptor
CacheServiceImpl. getCacheDescriptor(String descriptor)
Methods in org.nuxeo.ecm.core.cache with parameters of type CacheDescriptor Modifier and Type Method Description protected void
CacheServiceImpl. startCacheDescriptor(CacheDescriptor desc)
Creates and starts the cache.Constructors in org.nuxeo.ecm.core.cache with parameters of type CacheDescriptor Constructor Description AbstractCache(CacheDescriptor desc)
InMemoryCacheImpl(CacheDescriptor desc)
-