| Package | Description |
|---|---|
| org.aoju.bus.pager.cache |
分页缓存
|
| org.aoju.bus.pager.dialect.base |
分页方言实现
|
| org.aoju.bus.pager.plugins |
分页插件
|
| Modifier and Type | Class and Description |
|---|---|
class |
GuavaCache<K,V>
Simple Guava Cache
|
class |
SimpleCache<K,V>
Simple MyBatis Cache
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Cache<K,V> |
CacheFactory.createCache(String sqlCacheClass,
String prefix,
Properties properties)
创建 SQL 缓存
|
| Modifier and Type | Field and Description |
|---|---|
protected Cache<String,String> |
SqlServer.CACHE_COUNTSQL |
protected Cache<String,String> |
SqlServer.CACHE_PAGESQL |
| Modifier and Type | Field and Description |
|---|---|
protected Cache<String,org.apache.ibatis.mapping.MappedStatement> |
PageSqlHandler.msCountMap |
Copyright © 2021. All rights reserved.