Class ParseTreeCacheBuilder
java.lang.Object
org.apache.shardingsphere.sql.parser.core.database.cache.ParseTreeCacheBuilder
Parse tree cache builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.github.benmanes.caffeine.cache.LoadingCache<String,ParseASTNode> build(CacheOption option, String databaseType) Build parse tree cache.
-
Constructor Details
-
ParseTreeCacheBuilder
public ParseTreeCacheBuilder()
-
-
Method Details
-
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
-