Class FileDataStoreFactory.FileDataStore<V extends Serializable>

Type Parameters:
V - serializable type of the mapped value
All Implemented Interfaces:
DataStore<V>
Enclosing class:
FileDataStoreFactory

static class FileDataStoreFactory.FileDataStore<V extends Serializable> extends AbstractMemoryDataStore<V>
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 (see save() when changing values.