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 LRUItemStateCache
          An ItemStateCache implementation that internally uses a LRUMap to maintain a cache of ItemState objects.
 

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-2006 The Apache Software Foundation. All Rights Reserved.