|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used for object caching. Entities (such as FormatElement and DSEOperation) to be cached must implement this interface. The respective externalizer must also be changed in order to cache objects.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the cacheable object. |
boolean |
isCacheable()
Determines whether THIS particular object can be cached. |
void |
reinitialize()
Reinitializes THIS object. |
Method Detail |
public java.lang.String getName()
public boolean isCacheable()
public void reinitialize()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |