|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.plastic.Cache<S,T>
S - T - public abstract class Cache<S,T>
Quick and dirty key/value cache that is subclassed to provide the logic that generates the value for a missing key.
| Constructor Summary | |
|---|---|
Cache()
|
|
| Method Summary | |
|---|---|
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 |
| Constructor Detail |
|---|
public Cache()
| Method Detail |
|---|
public T get(S input)
protected abstract T convert(S input)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||