|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CachedItem
Represents an object that may expire in one of the Dasein-managed caches. Objects
in these caches (Cache, ConcurrentCache, and ConcurrentMultiCache)
do NOT have to implement this interface. Implementing this interface simply helps them
expire from the cache according to their own rules. For example, you might want to
set up persistent objects that are stored in a database to expire from the cache
every 5 minutes so that the environment will pick up any changes made against the
database.
Last modified: $Date: 2005/08/15 16:19:34 $
| Method Summary | |
|---|---|
boolean |
isValidForCache()
This method tells the containing cache whether this object remains valid for the cache. |
| Method Detail |
|---|
boolean isValidForCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||