|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface Cacheable
A Cacheable object contains information on cache policies, which determines whether the object should be cached or not. The code that handles the caching should verify this for a cacheable object.
CachePolicy| Method Summary | |
|---|---|
CachePolicy |
getCachePolicy()
Returns the CachePolicy of the object. |
void |
setCachePolicy(CachePolicy policy)
Sets the CachePolicy of the query. |
| Method Detail |
|---|
CachePolicy getCachePolicy()
CachePolicy object.void setCachePolicy(CachePolicy policy)
policy - the CachePolicy object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||