|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Cacheable.java Copyright 2000-2002 Jcorporate Ltd.
Any class that wishes to be stored in the Expresso system cache must implement
the Cacheable interface. The only real additional item that must be implemented
is the getKey() function which determines the 'key' in the cache
| Method Summary | |
String |
getKey()
Every class that can stay in the system cache must define a way to get a unique key |
| Method Detail |
public String getKey()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||