public interface ProxyCache<K,V> extends Cache<K,V>
| 限定符和类型 | 方法和说明 |
|---|---|
Cache<K,V> |
getTargetCache() |
default <T> T |
unwrap(Class<T> clazz)
Provides a standard way to access the underlying concrete cache entry
implementation in order to provide access to further, proprietary features.
|
close, computeIfAbsent, computeIfAbsent, computeIfAbsent, config, GET_ALL, get, GET, getAll, PUT_ALL, PUT_ALL, PUT_IF_ABSENT, put, PUT, put, PUT, putAll, putAll, putIfAbsent, REMOVE_ALL, remove, REMOVE, removeAll, tryLock, tryLockAndRundefault <T> T unwrap(Class<T> clazz)
Cache
If the implementation does not support the specified class,
the IllegalArgumentException is thrown.
Copyright © 2013–2019. All rights reserved.