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 Tree
get(String expression)
Lookup treevoid
put(String expression, Tree tree)
Cache tree
-
-
-
Constructor Detail
-
Cache
public Cache(int size)
Constructor. Use aWeakHashMap
as secondary map.- Parameters:
size
- maximum primary cache size
-
-