public final class SQLStatementCacheBuilder extends Object
| Constructor and Description |
|---|
SQLStatementCacheBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.cache.LoadingCache<String,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> |
build(CacheOption option,
String databaseType)
Build SQL statement cache.
|
public static com.google.common.cache.LoadingCache<String,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> build(CacheOption option, String databaseType)
option - cache optiondatabaseType - database typeCopyright © 2021 The Apache Software Foundation. All rights reserved.