com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.views
Interface IJCWidget.Cacheable

All Superinterfaces:
IJCWidget.Updateable
Enclosing interface:
IJCWidget

public static interface IJCWidget.Cacheable
extends IJCWidget.Updateable

Interface helper to reset cached renderer's widget.


Method Summary
 void resetCache(boolean all)
          Reset cached value.
 
Methods inherited from interface com.im.ijc.core.api.views.IJCWidget.Updateable
updateValue
 

Method Detail

resetCache

void resetCache(boolean all)
Reset cached value.

Parameters:
all - - true means apply for all caches, false means just for current value

com.im.ijc.core/1 5.9.4