Package org.apache.jackrabbit.core.cache
-
Interface Summary Interface Description Cache ACacheobject A cache must callCacheManager.getInstance().add(this)to take part in the dynamic memory distribution.CacheAccessListener The cache access listener can be registered to a class. -
Class Summary Class Description AbstractCache Abstract base class for managedCaches.CacheManager This class manages the size of the caches used in Jackrabbit.CacheManager.CacheInfo Internal copy of the cache information.ConcurrentCache<K,V> Concurrent cache implementation that uses cache segments to minimize the chance of lock contention.GrowingLRUMap<K,V> GrowingLRUMapextends the LRUMap such that it can grow from the specifiedinitialSizeto the specifiedmaxSize;