|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheDelegate
The cache delegate is notified of any objects going in or out of the cache.
| Method Summary | |
|---|---|
void |
cachedObject(java.lang.String key,
Cachable value)
Called whenever an object is added to the cache. |
void |
uncachedObject(java.lang.String key,
Cachable value)
Called whenever an object is removed from the cache. |
| Method Detail |
|---|
void cachedObject(java.lang.String key,
Cachable value)
void uncachedObject(java.lang.String key,
Cachable value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||