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 booleanLocalCache.removeEvicted(LocalCache.Entry entry) Remove an entry (if it is eligible for eviction) because it has expired.protected booleanLocalCache.removeExpired(LocalCache.Entry entry, boolean fRemoveInternal) Deprecated.protected booleanLocalCache.removeIfExpired(LocalCache.Entry entry) Remove an entry if it has expired. 
LocalCache.removeEvicted(LocalCache.Entry)instead