public class LRUConcurrentCache<K,V> extends Object
LRUConcurrentCache(int maxEntries)
void
clear()
boolean
containsKey(K key)
V
get(K key)
int
limit()
put(K key, V value)
remove(K key)
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public LRUConcurrentCache(int maxEntries)
public void clear()
public boolean containsKey(K key)
public V get(K key)
public void put(K key, V value)
public V remove(K key)
public int size()
public int limit()
public String toString()
toString
Object
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.