public abstract class AbstractCache<K,V> extends Object implements ICache<K,V>
AbstractCache()
protected abstract V
buildValue(K key)
V
get(K key)
void
set(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractCache()
protected abstract V buildValue(K key)
key
public V get(K key)
ICache
get
ICache<K,V>
public void set(K key, V value)
set
value
Copyright © 2024. All rights reserved.