Class FileDataStoreFactory.FileDataStore<V extends java.io.Serializable>

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

    static class FileDataStoreFactory.FileDataStore<V extends java.io.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.