Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
Modifier and Type | Method and Description |
---|---|
protected SerializationCache.EntryAttributes |
SerializationCache.EntrySet.Entry.getAttributes()
Obtain the cache attributes for this entry.
|
SerializationCache.EntryAttributes |
SerializationCache.instantiateEntryAttributes(SerializationCache.EntryAttributes attrOrig,
long ldtExpires,
long nTouch,
int cUnits)
Factory pattern: Construct an attribute holder for an entry.
|
Modifier and Type | Method and Description |
---|---|
SerializationCache.EntryAttributes |
SerializationCache.instantiateEntryAttributes(SerializationCache.EntryAttributes attrOrig,
long ldtExpires,
long nTouch,
int cUnits)
Factory pattern: Construct an attribute holder for an entry.
|