Package | Description |
---|---|
org.apache.jackrabbit.core.state |
Modifier and Type | Class and Description |
---|---|
class |
ItemStateReferenceCache
ItemStateReferenceCache internally consists of 2 components:
an ItemStateReferenceMap serving as the primary (or main)
cache; it holds weak references to ItemState instances. |
class |
MLRUItemStateCache
An
ItemStateCache implementation that internally uses a
LinkedMap to maintain a cache of ItemState objects. |
Modifier and Type | Method and Description |
---|---|
ItemStateCache |
ManagedMLRUItemStateCacheFactory.newItemStateCache()
Create a new cache instance and link it to the cache manager.
|
ItemStateCache |
ItemStateCacheFactory.newItemStateCache()
Construct a new item state cache.
|
Constructor and Description |
---|
ItemStateReferenceCache(ItemStateCache cache)
Creates a new
ItemStateReferenceCache that uses the
specified ItemStateCache instance as internal secondary
cache. |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.