|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheModelDelegate
Delegate that hides cache model details for the demo GUI
Method Summary | |
---|---|
java.lang.Object |
getCacheShellVariable()
Gets the cache instance that will be used by users to interact with the real cache via the beanshell console. |
Cache |
getGenericCache()
Gets the Cache instance that the GUI will use to populate the fiels in the GUI. |
void |
setCacheShellVariable(java.lang.Object cache)
Sets the cache instance that will be used by users to interact with the real cache via the beanshell console. |
Method Detail |
---|
void setCacheShellVariable(java.lang.Object cache)
cache
- either PojoCache or Cache instancejava.lang.Object getCacheShellVariable()
Cache getGenericCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |