|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cache
Method Summary | |
---|---|
void |
clearCacheTable()
This method empties the cache |
Hashtable |
getCacheTable()
This method returns the objects cache. |
Cacheable |
getFromCacheTable(java.lang.String key)
Removes an element with id=key from the cache and returns it. |
boolean |
isCachingEnabled()
Returns true if element caching is possible. |
void |
putIntoCacheTable(Cacheable object)
Places the element 'cacheable' into the cache. |
void |
setCachingEnabled(boolean newValue)
This method enables or disables the element caching. |
Method Detail |
---|
void clearCacheTable()
Hashtable getCacheTable()
Cacheable getFromCacheTable(java.lang.String key) throws java.io.IOException
key
- java.lang.String
java.io.IOException
boolean isCachingEnabled()
void putIntoCacheTable(Cacheable object) throws java.io.IOException
java.io.IOException
void setCachingEnabled(boolean newValue)
newValue
- boolean
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |