Uses of Class
com.tangosol.net.cache.LocalCache.Entry
-
Uses of LocalCache.Entry in com.tangosol.net.cache
Modifier and TypeMethodDescriptionprotected boolean
LocalCache.removeEvicted
(LocalCache.Entry entry) Remove an entry (if it is eligible for eviction) because it has expired.protected boolean
LocalCache.removeExpired
(LocalCache.Entry entry, boolean fRemoveInternal) Deprecated.protected boolean
LocalCache.removeIfExpired
(LocalCache.Entry entry) Remove an entry if it has expired.
LocalCache.removeEvicted(LocalCache.Entry)
instead