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

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)
          Retreive a cache entry for the given nodeId or null if no such entry is in the cache.
 ItemInfoCache.Entry<PropertyInfo> ItemInfoCache.getPropertyInfo(PropertyId propertyId)
          Retreive a cache entry for the given propertyId or null if no such entry is in the cache.
 



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