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
public static class ItemInfoCache.Entry<T extends ItemInfo> extends Object
This class represents a cache entry.
-
-
Field Summary
Fields Modifier and Type Field Description longgenerationThe generationTinfoTheItemInfo
-
-
-
Constructor Detail
-
Entry
public Entry(T info, long generation)
Create a new cache entry containinginfowith a givengeneration.- Parameters:
info-generation-
-
-