Class TreeCache
- java.lang.Object
-
- org.silverpeas.core.pdc.tree.service.TreeCache
-
public class TreeCache extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TreeCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
cacheTree(String treeId, List<TreeNode> tree)
static List<TreeNode>
getTree(String treeId)
static void
unvalidateTree(String treeId)
-