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 class
ItemStateReferenceCache
ItemStateReferenceCache
internally consists of 2 components: anItemStateReferenceMap
serving as the primary (or main) cache; it holds weak references toItemState
instances.class
MLRUItemStateCache
AnItemStateCache
implementation that internally uses aConcurrentCache
to maintain a cache ofItemState
objects.Methods in org.apache.jackrabbit.core.state that return ItemStateCache Modifier and Type Method Description ItemStateCache
ItemStateCacheFactory. newItemStateCache()
Construct a new item state cache.ItemStateCache
ManagedMLRUItemStateCacheFactory. 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 newItemStateReferenceCache
that uses the specifiedItemStateCache
instance as internal secondary cache.
-