public interface CacheWrapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
clear() |
static <V> win.doyto.query.cache.DefaultCacheWrapper<V> |
createInstance() |
default void |
evict(String key) |
default T |
execute(String key,
Invocable<T> invocable) |
org.springframework.cache.Cache |
getCache() |
void |
setCache(org.springframework.cache.Cache cache) |
static <V> win.doyto.query.cache.DefaultCacheWrapper<V> createInstance()
void setCache(org.springframework.cache.Cache cache)
org.springframework.cache.Cache getCache()
default void evict(String key)
default void clear()
Copyright © 2021 DOYToWin. All rights reserved.