public abstract class AbstractCache<K,V,E>
extends Object
just inherit and implement evaluate
User: dimzon
Date: 4/6/14
Time: 10:35 PM
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details 
-
get 
public V get(K key,
E param)
-
evaluate 
protected abstract V evaluate(K key,
E param)