Class InMemoryCache<K,V>

java.lang.Object
io.confluent.kafka.schemaregistry.storage.InMemoryCache<K,V>
All Implemented Interfaces:
LookupCache<K,V>, Store<K,V>, AutoCloseable

public class InMemoryCache<K,V> extends Object implements LookupCache<K,V>
In-memory store based on maps