com.stratelia.silverpeas.treeManager.control
Class TreeCache

java.lang.Object
  extended by com.stratelia.silverpeas.treeManager.control.TreeCache

public class TreeCache
extends Object


Constructor Summary
TreeCache()
           
 
Method Summary
static void cacheTree(String treeId, List<TreeNode> tree)
           
static List<TreeNode> getTree(String treeId)
           
static void unvalidateTree(String treeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeCache

public TreeCache()
Method Detail

getTree

public static List<TreeNode> getTree(String treeId)

unvalidateTree

public static void unvalidateTree(String treeId)

cacheTree

public static void cacheTree(String treeId,
                             List<TreeNode> tree)


Copyright © 2016 Silverpeas. All Rights Reserved.