K - the key typeV - the value typepublic class CacheMap<K,V> extends Object
| Constructor and Description |
|---|
CacheMap(MapFactory factory,
String name,
org.h2.mvstore.MVMap.Builder<K,V> builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
V |
get(Object key) |
V |
put(K key,
V value) |
V |
remove(Object key) |
public CacheMap(MapFactory factory, String name, org.h2.mvstore.MVMap.Builder<K,V> builder)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.