Interface | Description |
---|---|
ICache |
缓存接口定义
|
ICacheConfig |
缓存配置接口
|
ICacheEventListener | |
ICacheKeyGenerator<T extends Serializable> |
缓存Key生成器接口
|
ICacheLocker |
缓存同步锁能力接口
|
ICacheManager | |
ICacheProvider |
缓存提供者接口
|
ICaches | |
ICacheScopeProcessor |
缓存作用域处理器接口
|
IRedisCreator |
Redis管理器创建者接口定义
|
Class | Description |
---|---|
AbstractCacheProvider | |
AbstractRedisCacheProvider | |
CacheElement | |
CacheEvent | |
Caches |
缓存管理器
|
Enum | Description |
---|---|
CacheEvent.EVENT |
Cache事件枚举
|
ICaches.Scope |
缓存作用域
|
Exception | Description |
---|---|
CacheException |
缓存异常
|
Copyright © 2022. All rights reserved.