FileStore constructor

FileStore(
  1. String path
)

Creates an in-memory fallback store.

Implementation

FileStore(String path)
    : _path = path,
      _fileRef = null;