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 aNodeInfo
or aPropertyInfo
.
- Enclosing interface:
- ItemInfoCache
public static class ItemInfoCache.Entry<T extends ItemInfo> extends java.lang.Object
This class represents a cache entry.
-
-
Field Summary
Fields Modifier and Type Field Description long
generation
The generationT
info
TheItemInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object that)
int
hashCode()
-
-
-
Constructor Detail
-
Entry
public Entry(T info, long generation)
Create a new cache entry containinginfo
with a givengeneration
.- Parameters:
info
-generation
-
-
-