public abstract class AbstractEmbeddedCache<K,V> extends AbstractCache<K,V>
| Constructor and Description |
|---|
AbstractEmbeddedCache(EmbeddedCacheConfig<K,V> config) |
| Modifier and Type | Method and Description |
|---|---|
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–2022. All rights reserved.