public abstract class AbstractCache<K,V,E> extends Object
Constructor and Description |
---|
AbstractCache() |
AbstractCache(Map<K,V> map) |
Modifier and Type | Method and Description |
---|---|
protected abstract V |
evaluate(K key,
E param) |
V |
get(K key,
E param) |
Copyright © 2015. All rights reserved.