JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.glassfish.hk2.utilities.cache
Interface CacheEntry
All Known Subinterfaces:
HybridCacheEntry
<V>
All Known Implementing Classes:
LRUCacheCheapRead.CacheEntryImpl
,
LRUHybridCache.HybridCacheEntryImpl
public interface
CacheEntry
This can be used to remove a specific cache entry from the cache, for better control of the caching release semantics
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
removeFromCache
()
Call this method on this entry to remove it from the LRUCache.
Method Detail
removeFromCache
void removeFromCache()
Call this method on this entry to remove it from the LRUCache. If this entry has already been removed this method will do nothing.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method