|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalEhcache
This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
The Cache class implements InternalEhcache interface, which in turn extends the Ehcache
interface.
Method Summary | |
---|---|
void |
recalculateSize(Object key)
Recalculate the size of the element mapped to the key |
Element |
removeAndReturnElement(Object key)
Removes and returns the element associated with the key |
Method Detail |
---|
Element removeAndReturnElement(Object key) throws IllegalStateException
key
- the key of the element to operate on
IllegalStateException
void recalculateSize(Object key)
key
- the key
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |