Uses of Interface
org.apache.jackrabbit.core.state.ItemStateCache
-
Packages that use ItemStateCache Package Description org.apache.jackrabbit.core.state -
-
Uses of ItemStateCache in org.apache.jackrabbit.core.state
Classes in org.apache.jackrabbit.core.state that implement ItemStateCache Modifier and Type Class Description classItemStateReferenceCacheItemStateReferenceCacheinternally consists of 2 components: anItemStateReferenceMapserving as the primary (or main) cache; it holds weak references toItemStateinstances.classMLRUItemStateCacheAnItemStateCacheimplementation that internally uses aConcurrentCacheto maintain a cache ofItemStateobjects.Methods in org.apache.jackrabbit.core.state that return ItemStateCache Modifier and Type Method Description ItemStateCacheItemStateCacheFactory. newItemStateCache()Construct a new item state cache.ItemStateCacheManagedMLRUItemStateCacheFactory. newItemStateCache()Create a new cache instance and link it to the cache manager.Constructors in org.apache.jackrabbit.core.state with parameters of type ItemStateCache Constructor Description ItemStateReferenceCache(ItemStateCache cache)Creates a newItemStateReferenceCachethat uses the specifiedItemStateCacheinstance as internal secondary cache.
-