FileCacheStore constructor

FileCacheStore(
  1. File _file
)

Creates a cache store backed by _file.

Implementation

FileCacheStore(this._file);