K - type of key for bucketspublic class JCacheProxyManager<K extends Serializable> extends Object implements ProxyManager<K>
ProxyManager| Modifier and Type | Method and Description |
|---|---|
Optional<Bucket> |
getProxy(K key) |
Bucket |
getProxy(K key,
Supplier<BucketConfiguration> supplier) |
Optional<BucketConfiguration> |
getProxyConfiguration(K key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProxypublic Bucket getProxy(K key, Supplier<BucketConfiguration> supplier)
getProxy in interface ProxyManager<K extends Serializable>public Optional<Bucket> getProxy(K key)
getProxy in interface ProxyManager<K extends Serializable>public Optional<BucketConfiguration> getProxyConfiguration(K key)
getProxyConfiguration in interface ProxyManager<K extends Serializable>Copyright © 2020. All rights reserved.