| Constructor and Description |
|---|
CacheUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> com.alicp.jetcache.CacheUtil.ProxyLoader<K,V> |
createProxyLoader(Cache<K,V> cache,
CacheLoader<K,V> loader,
Consumer<CacheEvent> eventConsumer) |
static <K,V> com.alicp.jetcache.CacheUtil.ProxyLoader<K,V> |
createProxyLoader(Cache<K,V> cache,
Function<K,V> loader,
Consumer<CacheEvent> eventConsumer) |
static <K,V> AbstractCache<K,V> |
getAbstractCache(Cache<K,V> c) |
public static <K,V> com.alicp.jetcache.CacheUtil.ProxyLoader<K,V> createProxyLoader(Cache<K,V> cache, CacheLoader<K,V> loader, Consumer<CacheEvent> eventConsumer)
public static <K,V> com.alicp.jetcache.CacheUtil.ProxyLoader<K,V> createProxyLoader(Cache<K,V> cache, Function<K,V> loader, Consumer<CacheEvent> eventConsumer)
public static <K,V> AbstractCache<K,V> getAbstractCache(Cache<K,V> c)
Copyright © 2013–2022. All rights reserved.