| Package | Description |
|---|---|
| org.noear.solon.data.cache |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheTagsService
支持标签的缓存服务
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheTagsServiceImpl
支持标签的缓存服务实现
|
class |
EmptyCacheService
空缓存服务
|
class |
LocalCacheService
默认缓存服务
|
class |
SecondCacheService
二级缓存服务
|
| Modifier and Type | Field and Description |
|---|---|
static CacheService |
LocalCacheService.instance |
| Modifier and Type | Method and Description |
|---|---|
static CacheService |
CacheLib.cacheServiceGet(String name)
获取缓存服务
|
CacheService |
CacheFactory.create(Properties props)
创建缓存服务
|
CacheService |
LocalCacheFactoryImpl.create(Properties props) |
CacheService |
CacheServiceSupplier.get() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,CacheService> |
CacheLib.cacheServiceMap()
缓存服务集合;只读
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CacheLib.cacheServiceAdd(String name,
CacheService cs)
添加缓存服务
|
static void |
CacheLib.cacheServiceAddIfAbsent(String name,
CacheService cs)
添加缓存服务
|
| Constructor and Description |
|---|
CacheTags(CacheService caching) |
CacheTagsServiceImpl(CacheService caching) |
SecondCacheService(CacheService cache1,
CacheService cache2) |
SecondCacheService(CacheService cache1,
CacheService cache2,
int bufferSeconds) |
Copyright © 2025. All rights reserved.