public abstract class CacheWrapper<T> extends Object
CacheWrapper()
abstract T
compute(String key)
T
get(String key)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheWrapper()
public T get(String key)
public abstract T compute(String key)
Copyright © 2012–2017 CoGrOO. All rights reserved.