public final class ParseTreeCacheBuilder extends Object
| Constructor and Description |
|---|
ParseTreeCacheBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.cache.LoadingCache<String,org.antlr.v4.runtime.tree.ParseTree> |
build(CacheOption option,
String databaseType)
Build parse tree cache.
|
public static com.google.common.cache.LoadingCache<String,org.antlr.v4.runtime.tree.ParseTree> build(CacheOption option, String databaseType)
option - cache optiondatabaseType - database typeCopyright © 2021 The Apache Software Foundation. All rights reserved.