public interface KeyValueSource<K,V> extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Release all resources associated to this object.
|
V |
get(K key)
Returns a value associated with this key.
|
V get(K key)
Cache.get(Object)
void close()
close
in interface AutoCloseable
close
in interface Closeable
cache2k API documentation. Copyright © 2000–2017 headissue GmbH, Munich.