Class AbstractMemoryDataStore<V extends Serializable>

java.lang.Object
com.google.api.client.util.store.AbstractDataStore<V>
com.google.api.client.util.store.AbstractMemoryDataStore<V>
Type Parameters:
V - serializable type of the mapped value
All Implemented Interfaces:
DataStore<V>

public class AbstractMemoryDataStore<V extends Serializable> extends AbstractDataStore<V>
Abstract, thread-safe, in-memory implementation of a data store factory.
Author:
Yaniv Inbar