Uses of Class
com.tangosol.net.cache.OldCache.Entry
-
Packages that use OldCache.Entry Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of OldCache.Entry in com.tangosol.net.cache
Subclasses of OldCache.Entry in com.tangosol.net.cache Modifier and Type Class Description class
LocalCache.Entry
A holder for a cached value.Methods in com.tangosol.net.cache with parameters of type OldCache.Entry Modifier and Type Method Description protected boolean
LocalCache. removeEvicted(OldCache.Entry entry)
Remove an entry (if it is eligible for eviction) because it has expired.protected boolean
OldCache. removeEvicted(OldCache.Entry entry)
Deprecated.Remove an entry (if it is eligible for eviction) because it has expired.protected boolean
OldCache. removeExpired(OldCache.Entry entry, boolean fRemoveInternal)
Deprecated.useOldCache.removeEvicted(Entry)
insteadprotected boolean
OldCache. removeIfExpired(OldCache.Entry entry)
Deprecated.Remove an entry if it has expired.
-