| 程序包 | 说明 |
|---|---|
| top.chukongxiang.spring.cache.core | |
| top.chukongxiang.spring.cache.manager | |
| top.chukongxiang.spring.cache.model |
| 限定符和类型 | 方法和说明 |
|---|---|
SpringCache |
SpringCacheManager.getCache(String cacheName) |
SpringCache |
SpringCacheManager.getMissingCache(String cacheName) |
SpringCache |
SpringCache.getNativeCache()
返回实例化后的cache对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SpringCacheManager.addCache(SpringCache springCache) |
| 限定符和类型 | 字段和说明 |
|---|---|
private static Map<String,SpringCache> |
MybatisCacheManager.CACHE_CACHE_MAP |
private static Map<String,SpringCache> |
RedisCacheManager.CACHE_CACHE_MAP |
| 限定符和类型 | 方法和说明 |
|---|---|
SpringCache |
MybatisCacheManager.getCache(String cacheName) |
SpringCache |
ExpiresCacheManager.getCache(String cacheName) |
SpringCache |
RedisCacheManager.getCache(String cacheName) |
SpringCache |
MybatisCacheManager.getMissingCache(String cacheName) |
SpringCache |
RedisCacheManager.getMissingCache(String cacheName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MybatisCacheManager.addCache(SpringCache springCache) |
void |
ExpiresCacheManager.addCache(SpringCache springCache) |
void |
RedisCacheManager.addCache(SpringCache springCache)
在添加Cache时写入redis缓存
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExpiresConcurrentMapCache
缓存对象
|
class |
MybatisCache |
class |
RedisCache |
| 限定符和类型 | 方法和说明 |
|---|---|
SpringCache |
MybatisCache.getNativeCache() |
SpringCache |
ExpiresConcurrentMapCache.getNativeCache() |
SpringCache |
RedisCache.getNativeCache() |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.