| Package | Description |
|---|---|
| org.aoju.bus.cache | |
| org.aoju.bus.cache.metric |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CacheX> |
Context.getCaches() |
| Modifier and Type | Method and Description |
|---|---|
static Context |
Context.newConfig(Map<String,CacheX> caches) |
void |
Manage.setCachePool(Map<String,CacheX> caches) |
void |
Context.setCaches(Map<String,CacheX> caches) |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCache
EhCache进程内缓存框架,
具有快速、精干等特点
|
class |
GuavaCache
Guava 缓存支持
|
class |
MemcachedCache
Memcached 缓存支持
|
class |
MemoryCache
内存缓存支持
|
class |
NoOpCache
无缓存实现,用于快速关闭缓存
|
class |
RedisCache
Redis 单机缓存支持
|
class |
RedisClusterCache
Redis 集群缓存支持
|
Copyright © 2020. All rights reserved.