Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface FixableCacheEntry
extends CacheEntry
Methods inherited from interface org.objectweb.perseus.cache.api.CacheEntry | |
getCeIdentifier , getCeObject |
public void fixCe()
Marks this entry as used.
public int getCeFixCount()
- Returns:
- the number of use of this entry.
public void unfixCe() throws UnFixProtocolException
Marks this entry as used.
- Throws:
UnFixProtocolException
-