|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void clearCacheTable()
public Hashtable getCacheTable()
public Cacheable getFromCacheTable(java.lang.String key) throws java.io.IOException
key
- java.lang.String
java.io.IOException
public boolean isCachingEnabled()
public void putIntoCacheTable(Cacheable object) throws java.io.IOException
java.io.IOException
public void setCachingEnabled(boolean newValue)
newValue
- boolean
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |