Constructor and Description |
---|
Cache(int size)
Constructor.
|
Cache(int size,
Map<String,Tree> secondary)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Tree |
get(String expression)
Lookup tree
|
void |
put(String expression,
Tree tree)
Cache tree
|
public Cache(int size)
WeakHashMap
as secondary map.size
- maximum primary cache sizeCopyright © 2022. All rights reserved.