2.17.2: 2011-06-17

net.sf.basedb.util.overview.cache
Class NodeCache<K>

java.lang.Object
  extended by 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) $

Field Summary
private  Map<K,Node> cache
           
 
Constructor Summary
NodeCache()
           
 
Method Summary
 Node getNode(K key)
           
 void putNode(K key, Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

private Map<K,Node> cache
Constructor Detail

NodeCache

public NodeCache()
Method Detail

getNode

public Node getNode(K key)

putNode

public void putNode(K key,
                    Node node)

2.17.2: 2011-06-17