Uses of Interface
de.odysseus.el.tree.TreeCache
-
Packages that use TreeCache Package Description de.odysseus.el.tree de.odysseus.el.tree.impl -
-
Uses of TreeCache in de.odysseus.el.tree
Fields in de.odysseus.el.tree declared as TreeCache Modifier and Type Field Description private TreeCache
TreeStore. cache
Constructors in de.odysseus.el.tree with parameters of type TreeCache Constructor Description TreeStore(TreeBuilder builder, TreeCache cache)
Constructor. -
Uses of TreeCache in de.odysseus.el.tree.impl
Classes in de.odysseus.el.tree.impl that implement TreeCache Modifier and Type Class Description class
Cache
Concurrent (thread-safe) FIFO tree cache (using classes fromjava.util.concurrent
).
-