public abstract class AbstractEmbeddedCache<K,V> extends AbstractCache<K,V>
| 构造器和说明 |
|---|
AbstractEmbeddedCache(EmbeddedCacheConfig<K,V> config) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
buildKey(K key) |
CacheConfig<K,V> |
config()
Get the config of this cache.
|
computeIfAbsent, computeIfAbsent, GET_ALL, GET, notify, PUT_ALL, PUT_IF_ABSENT, PUT, REMOVE_ALL, REMOVEpublic AbstractEmbeddedCache(EmbeddedCacheConfig<K,V> config)
Copyright © 2013–2019. All rights reserved.