public interface CacheTagsService extends CacheService
| 限定符和类型 | 方法和说明 |
|---|---|
default <T> T |
getOrStoreTag(String key,
int seconds,
Supplier<T> supplier,
String... tags)
获取或者存储
|
void |
removeTag(String... tags)
移除
|
void |
storeTag(String key,
Object obj,
int seconds,
String... tags)
保存
|
get, getOrStore, remove, storeCopyright © 2023. All rights reserved.