public class ObjectCache<K,V> extends Object
ObjectCache()
ObjectCache(int maxObjectsToKeep)
void
compact()
boolean
contains(K key)
V
get(K key)
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectCache()
public ObjectCache(int maxObjectsToKeep)
maxObjectsToKeep
public void compact()
public boolean contains(K key)
public V get(K key)
public void put(K key, V value)
Copyright © 2022 mygreen. All rights reserved.