Class Cache<S,T>
java.lang.Object
org.apache.tapestry5.internal.plastic.Cache<S,T>
- Type Parameters:
S
- key typeT
- value type
Quick and dirty key/value cache that is subclassed to provide the logic that generates the value for
a missing key.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cache
public Cache()
-
-
Method Details
-
get
-
convert
-