ContextAccessor valueAcsr;
String doCacheClearStr;
public StoreValue(Element element, SimpleMethod simpleMethod) {
super(element, simpleMethod);
valueAcsr = new ContextAccessor(element.getAttribute("value-name"));
doCacheClearStr = element.getAttribute("do-cache-clear");
}