Uses of Class
com.tangosol.net.cache.OldCache.Entry
Packages that use OldCache.Entry
-
Uses of OldCache.Entry in com.tangosol.net.cache
Subclasses of OldCache.Entry in com.tangosol.net.cacheMethods in com.tangosol.net.cache with parameters of type OldCache.EntryModifier and TypeMethodDescriptionprotected 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.protected boolean
OldCache.removeIfExpired
(OldCache.Entry entry) Deprecated.Remove an entry if it has expired.
OldCache.removeEvicted(Entry)
instead