Uses of Interface
org.apache.jackrabbit.core.cache.Cache
-
Packages that use Cache Package Description org.apache.jackrabbit.core.cache org.apache.jackrabbit.core.persistence.bundle -
-
Uses of Cache in org.apache.jackrabbit.core.cache
Classes in org.apache.jackrabbit.core.cache that implement Cache Modifier and Type Class Description class
AbstractCache
Abstract base class for managedCache
s.class
ConcurrentCache<K,V>
Concurrent cache implementation that uses cache segments to minimize the chance of lock contention.Methods in org.apache.jackrabbit.core.cache with parameters of type Cache Modifier and Type Method Description void
CacheManager. add(Cache cache)
Add a new cache to the list.void
CacheAccessListener. disposeCache(Cache cache)
Called after the cache is no longer used.void
CacheManager. disposeCache(Cache cache)
void
CacheManager. remove(Cache cache)
Remove a cache. -
Uses of Cache in org.apache.jackrabbit.core.persistence.bundle
Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type Cache Modifier and Type Method Description void
AbstractBundlePersistenceManager. disposeCache(Cache cache)
-