|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by controls which uses a caching mechanism
Method Summary | |
boolean |
cacheOnDisk()
This Method checks if a resource is cached in memory or on the disk (file system) |
java.lang.String |
getCacheHint()
The class which implement this interface can signal that some changes at the data model will be done. |
Method Detail |
public java.lang.String getCacheHint()
true.
If one did not, the data models are different.
If null
is returned, then a caching
will not be used.
- Returns:
- String
public boolean cacheOnDisk()
true
if the object can be cached on the disk (file
system); false
otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |