Uses of Class
org.apache.jackrabbit.spi.ItemInfoCache.Entry
-
Packages that use ItemInfoCache.Entry Package Description 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 Modifier and Type Method Description ItemInfoCache.Entry<NodeInfo>ItemInfoCache. getNodeInfo(NodeId nodeId)Retrieve a cache entry for the givennodeIdornullif no such entry is in the cache.ItemInfoCache.Entry<PropertyInfo>ItemInfoCache. getPropertyInfo(PropertyId propertyId)Retrieve a cache entry for the givenpropertyIdornullif 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 Modifier and Type Method Description 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.
-