Uses of Class
org.apache.shardingsphere.sql.parser.api.CacheOption
Packages that use CacheOption
Package
Description
-
Uses of CacheOption in org.apache.shardingsphere.sql.parser.api
Constructors in org.apache.shardingsphere.sql.parser.api with parameters of type CacheOption -
Uses of CacheOption in org.apache.shardingsphere.sql.parser.core.database.cache
Methods in org.apache.shardingsphere.sql.parser.core.database.cache with parameters of type CacheOptionModifier and TypeMethodDescriptionstatic com.github.benmanes.caffeine.cache.LoadingCache<String,ParseASTNode> ParseTreeCacheBuilder.build(CacheOption option, String databaseType) Build parse tree cache.