Uses of Class
org.apache.jackrabbit.spi.ItemInfoCache.Entry

Packages that use ItemInfoCache.Entry
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
 

Uses of ItemInfoCache.Entry in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return ItemInfoCache.Entry
 ItemInfoCache.Entry<NodeInfo> ItemInfoCache.getNodeInfo(NodeId nodeId)
          Retrieve a cache entry for the given nodeId or null if no such entry is in the cache.
 ItemInfoCache.Entry<PropertyInfo> ItemInfoCache.getPropertyInfo(PropertyId propertyId)
          Retrieve a cache entry for the given propertyId or null if no such entry is in the cache.
 

Uses of ItemInfoCache.Entry in org.apache.jackrabbit.spi.commons
 

Methods in org.apache.jackrabbit.spi.commons that return ItemInfoCache.Entry
 ItemInfoCache.Entry<NodeInfo> ItemInfoCacheImpl.getNodeInfo(NodeId nodeId)
          This implementation removes the item from the cache if it is present.
 ItemInfoCache.Entry<PropertyInfo> ItemInfoCacheImpl.getPropertyInfo(PropertyId propertyId)
          This implementation removes the item from the cache if it is present.
 



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