Uses of Class
com.tangosol.net.cache.SerializationCache.EntryAttributes
-
Packages that use SerializationCache.EntryAttributes Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of SerializationCache.EntryAttributes in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return SerializationCache.EntryAttributes Modifier and Type Method 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.Methods in com.tangosol.net.cache with parameters of type SerializationCache.EntryAttributes Modifier and Type Method Description SerializationCache.EntryAttributes
SerializationCache. instantiateEntryAttributes(SerializationCache.EntryAttributes attrOrig, long ldtExpires, long nTouch, int cUnits)
Factory pattern: Construct an attribute holder for an entry.
-