Package | Description |
---|---|
org.apache.jackrabbit.spi |
Defines the interfaces of the JCR SPI (Service Provider Interface).
|
org.apache.jackrabbit.spi.commons |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and 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.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.