| Package | Description |
|---|---|
| com.google.api.client.util.store |
Utilities to store serializable data.
|
| Class and Description |
|---|
| AbstractDataStore
Abstract data store implementation.
|
| AbstractDataStoreFactory
Abstract data store factory implementation.
|
| DataStore
Stores and manages serializable data of a specific type, where the key is a string and the value
is a
Serializable object. |
| DataStoreFactory
Factory for a store that manages serializable data, where the key is a string and the value is a
Serializable object. |
| MemoryDataStoreFactory
Thread-safe in-memory implementation of a data store factory.
|
Copyright © 2011–2023 Google. All rights reserved.