| 程序包 | 说明 |
|---|---|
| com.github.pagehelper | |
| com.github.pagehelper.cache | |
| com.github.pagehelper.dialect.helper |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Cache<String,org.apache.ibatis.mapping.MappedStatement> |
PageInterceptor.msCountMap |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GuavaCache<K,V>
Simple Guava Cache
|
class |
SimpleCache<K,V>
Simple MyBatis Cache
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> Cache<K,V> |
CacheFactory.createCache(String sqlCacheClass,
String prefix,
Properties properties)
创建 SQL 缓存
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Cache<String,String> |
SqlServerDialect.CACHE_COUNTSQL |
protected Cache<String,String> |
SqlServerDialect.CACHE_PAGESQL |
Copyright © 2019. All rights reserved.