public interface IntKeyValueStore<V> extends AdvancedKeyValueSource<Integer,V>, IntKeyValueSource<V>
KeyValueStore
for int keys.Modifier and Type | Method and Description |
---|---|
void |
put(int key,
V value)
Deprecated.
Insert or update a value associated with the given key.
|
void |
remove(int key)
Deprecated.
Remove a value from the cache that is associated with the key.
|
getAll, prefetch, prefetchAll
get
get
void put(int key, V value)
key
- key with which the specified value is associatedvalue
- value to be associated with the specified keyCache.put(Object, Object)
void remove(int key)
key
- key which mapping is to be removed from the cache, not nullKeyValueStore.remove(Object)
,
Cache.remove(K)
cache2k API documentation. Copyright © 2000–2020 headissue GmbH, Munich.