Class ParseTreeCacheBuilder
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.core.database.cache.ParseTreeCacheBuilder
-
public final class ParseTreeCacheBuilder extends Object
Parse tree cache builder.
-
-
Constructor Summary
Constructors Constructor Description ParseTreeCacheBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.github.benmanes.caffeine.cache.LoadingCache<String,ParseASTNode>build(CacheOption option, String databaseType)Build parse tree cache.
-
-
-
Method Detail
-
build
public static com.github.benmanes.caffeine.cache.LoadingCache<String,ParseASTNode> build(CacheOption option, String databaseType)
Build parse tree cache.- Parameters:
option- cache optiondatabaseType- database type- Returns:
- built parse tree cache
-
-