Package org.apache.jackrabbit.spi
Class ItemInfoCache.Entry<T extends ItemInfo>
java.lang.Object
org.apache.jackrabbit.spi.ItemInfoCache.Entry<T>
- Type Parameters:
T- Either aNodeInfoor aPropertyInfo.
- Enclosing interface:
ItemInfoCache
This class represents a cache entry.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
info
TheItemInfo -
generation
public final long generationThe generation
-
-
Constructor Details
-
Entry
Create a new cache entry containinginfowith a givengeneration.- Parameters:
info-generation-
-
-
Method Details