Uses of Interface
org.camunda.bpm.engine.impl.juel.TreeCache
-
Packages that use TreeCache Package Description org.camunda.bpm.engine.impl.juel -
-
Uses of TreeCache in org.camunda.bpm.engine.impl.juel
Classes in org.camunda.bpm.engine.impl.juel that implement TreeCache Modifier and Type Class Description class
Cache
Simple (thread-safe) LRU cache.Constructors in org.camunda.bpm.engine.impl.juel with parameters of type TreeCache Constructor Description TreeStore(TreeBuilder builder, TreeCache cache)
Constructor.
-