Package org.camunda.bpm.engine.impl.juel
Interface TreeCache
-
- All Known Implementing Classes:
Cache
public interface TreeCacheTree cache interface. A tree cache holds expression trees by expression strings. A tree cache implementation must be thread-safe.- Author:
- Christoph Beck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Treeget(java.lang.String expression)Lookup treevoidput(java.lang.String expression, Tree tree)Cache tree
-