|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TreeCache
Tree cache interface. A tree cache holds expression trees by expression strings. A tree cache implementation must be thread-safe.
| Method Summary | |
|---|---|
Tree |
get(String expression)
Lookup tree |
void |
put(String expression,
Tree tree)
Cache tree |
| Method Detail |
|---|
Tree get(String expression)
void put(String expression,
Tree tree)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||