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 classLocalCache.EntryA holder for a cached value.Methods in com.tangosol.net.cache with parameters of type OldCache.Entry Modifier and Type Method Description protected booleanLocalCache. removeEvicted(OldCache.Entry entry)Remove an entry (if it is eligible for eviction) because it has expired.protected booleanOldCache. removeEvicted(OldCache.Entry entry)Deprecated.Remove an entry (if it is eligible for eviction) because it has expired.protected booleanOldCache. removeExpired(OldCache.Entry entry, boolean fRemoveInternal)Deprecated.useOldCache.removeEvicted(Entry)insteadprotected booleanOldCache. removeIfExpired(OldCache.Entry entry)Deprecated.Remove an entry if it has expired.
-