public final class SimpleCache<K,V> extends Object implements Cache<K,V>
SimpleCache()
void
clear()
V
get(K key)
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleCache()
public void put(K key, V value)
put
Cache<K,V>
public V get(K key)
get
public void clear()
clear
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.