public interface ICUCache<K,V>
static Object
NULL
static int
SOFT
WEAK
void
clear()
V
get(Object key)
put(K key, V value)
static final int SOFT
static final int WEAK
static final Object NULL
void clear()
void put(K key, V value)
V get(Object key)