public abstract class ConcreteCache<K,V> extends Object
ConcreteCache()
ConcreteCache(TimeUnit unit)
V
get(K key)
protected long
getCachingTime()
protected String
getRule()
void
invalidate(K key)
protected abstract V
load(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcreteCache()
public ConcreteCache(TimeUnit unit)
unit
protected String getRule()
protected final long getCachingTime()
public V get(K key)
public void invalidate(K key)
key
protected abstract V load(K key)
Copyright © 2018. All rights reserved.