| Package | Description |
|---|---|
| org.aoju.bus.cache | |
| org.aoju.bus.cache.support.cache |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cache> |
CacheConfig.getCaches() |
| Modifier and Type | Method and Description |
|---|---|
static CacheConfig |
CacheConfig.newConfig(Map<String,Cache> caches) |
void |
CacheManager.setCachePool(Map<String,Cache> caches) |
void |
CacheConfig.setCaches(Map<String,Cache> caches) |
| Constructor and Description |
|---|
CacheAspect(Map<String,Cache> caches) |
CacheProxy(Object target,
Class<T> type,
Map<String,Cache> caches,
CacheConfig.Switch cglib) |
CacheProxy(Object target,
Map<String,Cache> caches) |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCache |
class |
GuavaCache |
class |
MemcachedCache |
class |
MemoryCache |
class |
NoOpCache |
class |
RedisCache |
class |
RedisClusterCache |
Copyright © 2019. All rights reserved.