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 java.lang.ObjectThis class represents a cache entry.
-
-
Field Summary
Fields Modifier and Type Field Description longgenerationThe generationTinfoTheItemInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object that)inthashCode()
-
-
-
Constructor Detail
-
Entry
public Entry(T info, long generation)
Create a new cache entry containinginfowith a givengeneration.- Parameters:
info-generation-
-
-