Uses of Interface
org.apache.jackrabbit.core.state.ItemStateCache

Packages that use ItemStateCache
org.apache.jackrabbit.core.state   
 

Uses of ItemStateCache in org.apache.jackrabbit.core.state
 

Classes in org.apache.jackrabbit.core.state that implement ItemStateCache
 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.
 

Methods in org.apache.jackrabbit.core.state that return ItemStateCache
 ItemStateCache ManagedMLRUItemStateCacheFactory.newItemStateCache()
          Create a new cache instance and link it to the cache manager.
 ItemStateCache ItemStateCacheFactory.newItemStateCache()
          Construct a new item state cache.
 

Constructors in org.apache.jackrabbit.core.state with parameters of type ItemStateCache
ItemStateReferenceCache(ItemStateCache cache)
          Creates a new ItemStateReferenceCache that uses the specified ItemStateCache instance as internal secondary cache.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.