- All Implemented Interfaces:
ICache
- Since:
- 1.7
-
Constructor Summary 
Constructors
-
Method Summary 
<T> T
Return a selected value for the key object.
void
Removes all values stored in the cache
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
PurgableCache 
public PurgableCache()
-
Method Details 
-
getValue 
Description copied from interface: ICache
Return a selected value for the key object. If the value is not available in the cache yet, the given provider is
called once
- Specified by:
getValue
in interface ICache
-
purge 
public void purge()
Removes all values stored in the cache