|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cacheable
Abstracts information relating to the caching of a particular object.
Any object that needs to be held in a Cache
needs to implement
this interface.
Cache
Method Summary | |
---|---|
java.lang.Object |
clone()
Retrieve a clone of the current object. |
Cache |
getCache()
Retrieve the Cache that this object is stored in. |
void |
setCache(Cache cache)
Sets the Cache that this object is stored in. |
Method Detail |
---|
void setCache(Cache cache)
Cache
that this object is stored in.
cache
- the Cache
that this template belongs to.Cache getCache()
Cache
that this object is stored in.
Cache
that this template belongs to.java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |