JsonCacheInfoRepository.withFile constructor
JsonCacheInfoRepository.withFile(
- File file
The directory and the databaseName should both the provided. The database is stored as {databaseName}.json in the directory,
Implementation
JsonCacheInfoRepository.withFile(File file) : _file = file;