org.apache.tapestry5.internal.plastic
Class Cache<S,T>
java.lang.Object
org.apache.tapestry5.internal.plastic.Cache<S,T>
- Type Parameters:
S
- T
-
public abstract class Cache<S,T>
- extends Object
Quick and dirty key/value cache that is subclassed to provide the logic that generates the value for
a missing key.
Constructor Summary |
Cache()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cache
public Cache()
get
public T get(S input)
convert
protected abstract T convert(S input)
Copyright © 2003-2012 The Apache Software Foundation.