Uses of Class
com.google.api.client.util.store.AbstractMemoryDataStore
Packages that use AbstractMemoryDataStore
-
Uses of AbstractMemoryDataStore in com.google.api.client.util.store
Subclasses of AbstractMemoryDataStore in com.google.api.client.util.storeModifier and TypeClassDescription(package private) static class
FileDataStoreFactory.FileDataStore<V extends Serializable>
File data store that inherits from the abstract memory data store because the key-value pairs are stored in a memory cache, and saved in the file (seeFileDataStoreFactory.FileDataStore.save()
when changing values.(package private) static class