public final class Cache extends Object implements TreeCache
Cache(int size)
Cache(int size, Map<String,Tree> secondary)
Tree
get(String expression)
void
put(String expression, Tree tree)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cache(int size)
WeakHashMap
size
public Cache(int size, Map<String,Tree> secondary)
secondary
null
public Tree get(String expression)
TreeCache
get
public void put(String expression, Tree tree)
put
Copyright © 2013 Alfresco. All rights reserved.