org.ephman.utils
Class WeakCache

java.lang.Object
  |
  +--org.ephman.utils.WeakCache

public class WeakCache
extends java.lang.Object


Constructor Summary
WeakCache()
           
 
Method Summary
 Identified get(int oid)
           
 void put(Identified i)
           
 void remove(Identified i)
           
 void remove(int OID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakCache

public WeakCache()
Method Detail

put

public void put(Identified i)

get

public Identified get(int oid)

remove

public void remove(Identified i)

remove

public void remove(int OID)