接口 ProxyCache<K,V>
- 所有超级接口:
AutoCloseable,Cache<K,,V> Closeable
- 所有已知实现类:
LoadingCache,RefreshCache,SimpleProxyCache
Created on 2016/12/13.
- 作者:
- huangli
-
字段概要
-
方法概要
从接口继承的方法 com.alicp.jetcache.Cache
close, computeIfAbsent, computeIfAbsent, computeIfAbsent, config, get, GET, GET_ALL, getAll, put, put, PUT, PUT, PUT_ALL, PUT_ALL, PUT_IF_ABSENT, putAll, putAll, putIfAbsent, remove, REMOVE, REMOVE_ALL, removeAll, tryLock, tryLockAndRun
-
方法详细资料
-
getTargetCache
-
unwrap
从接口复制的说明:CacheProvides a standard way to access the underlying concrete cache entry implementation in order to provide access to further, proprietary features.If the implementation does not support the specified class, the
IllegalArgumentExceptionis thrown.
-