S
T
public abstract class Cache<S,T> extends Object
Cache()
protected abstract T
convert(S input)
get(S input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cache()
public T get(S input)
protected abstract T convert(S input)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.