Package | Description |
---|---|
com.github.pagehelper | |
com.github.pagehelper.cache | |
com.github.pagehelper.dialect.helper |
Modifier and Type | Field and Description |
---|---|
protected Cache<String,org.apache.ibatis.mapping.MappedStatement> |
PageInterceptor.msCountMap |
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> |
SqlServerDialect.CACHE_COUNTSQL |
protected Cache<String,String> |
SqlServerDialect.CACHE_PAGESQL |
Copyright © 2018. All rights reserved.