Uses of Class
com.tangosol.net.cache.LocalCache.Entry
Packages that use LocalCache.Entry
-
Uses of LocalCache.Entry in com.tangosol.net.cache
Methods in com.tangosol.net.cache with parameters of type LocalCache.EntryModifier 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