net.sf.basedb.util.overview.cache
Class NodeCache<K>
java.lang.Object
net.sf.basedb.util.overview.cache.NodeCache<K>
public class NodeCache<K>
- extends Object
A cache implementation for nodes.
- Version:
- 2.10
- Author:
- Nicklas
- Last modified
- $Date: 2009-02-18 14:26:21 +0100 (Wed, 18 Feb 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
private Map<K,Node> cache
NodeCache
public NodeCache()
getNode
public Node getNode(K key)
putNode
public void putNode(K key,
Node node)