Package com.google.api.client.util.store
package com.google.api.client.util.store
Utilities to store serializable data.
- Since:
- 1.16
- Author:
- Yaniv Inbar
-
ClassDescriptionAbstractDataStore<V extends Serializable>Abstract data store implementation.Abstract data store factory implementation.AbstractMemoryDataStore<V extends Serializable>Abstract, thread-safe, in-memory implementation of a data store factory.DataStore<V extends Serializable>Stores and manages serializable data of a specific type, where the key is a string and the value is a
Serializableobject.Factory for a store that manages serializable data, where the key is a string and the value is aSerializableobject.Utilities for data stores.Thread-safe file implementation of a credential store.Thread-safe in-memory implementation of a data store factory.