Tapestry API - 5.4-beta-22
-
- 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
Constructors
Constructor and Description |
Cache() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
protected abstract T |
convert(S input) |
T |
get(S input) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
get
public T get(S input)
Tapestry API - 5.4-beta-22
${project.version} - Copyright © 2003-2014 The Apache Software Foundation.