|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Created Fri May 10 14:03:49 2002
This interface is a delegate for the Cache
interface.
This is a good way for deciding how to garbage cache element. For instance
a strategy could be to remove is needed the older cache item, or the less
needed...
Method Summary | |
void |
garbageCache(Cache cache,
java.util.AbstractList list)
This method is called by the Cache each time an item is added by
the storeObject method |
Method Detail |
public void garbageCache(Cache cache, java.util.AbstractList list)
Cache
each time an item is added by
the storeObject
method
cache
- the cache to garbagelist
- is a dataModel for the cache, the tied classed will alter this content. This dataModel contains a set of object key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |