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