scone.netobjects
Class Node2KeyCache

java.lang.Object
  extended by scone.netobjects.Node2KeyCache
All Implemented Interfaces:
TableRecordCacheInterface

public class Node2KeyCache
extends java.lang.Object
implements TableRecordCacheInterface

Author:
Harald Weinreich, Volkert Buchmann

Field Summary
protected static CacheTable cache
           
static java.lang.Object lock
           
 
Constructor Summary
Node2KeyCache()
           
 
Method Summary
static void associate(NetNode node, Keyword keyword)
           
static void clean()
           
static void init(int timeTillCleanUp, int gcType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

protected static CacheTable cache

lock

public static java.lang.Object lock
Constructor Detail

Node2KeyCache

public Node2KeyCache()
Method Detail

init

public static void init(int timeTillCleanUp,
                        int gcType)

associate

public static void associate(NetNode node,
                             Keyword keyword)

clean

public static void clean()