Package org.apache.jackrabbit.core.cache
-
Interface Summary Interface Description Cache ACache
object 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 managedCache
s.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> GrowingLRUMap
extends the LRUMap such that it can grow from the specifiedinitialSize
to the specifiedmaxSize
;