Package org.camunda.bpm.engine.impl.juel
Class Cache
- java.lang.Object
-
- org.camunda.bpm.engine.impl.juel.Cache
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Treeget(String expression)Lookup treevoidput(String expression, Tree tree)Cache tree
-
-
-
Constructor Detail
-
Cache
public Cache(int size)
Constructor. Use aWeakHashMapas secondary map.- Parameters:
size- maximum primary cache size
-
-