Package org.apache.jackrabbit.core.state
Interface ItemStateCacheFactory
-
- All Known Implementing Classes:
ManagedMLRUItemStateCacheFactory
public interface ItemStateCacheFactory
An item state cache factory to construct new item state caches.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemStateCache
newItemStateCache()
Construct a new item state cache.
-
-
-
Method Detail
-
newItemStateCache
ItemStateCache newItemStateCache()
Construct a new item state cache.- Returns:
- the new cache
-
-