getFileFromCache abstract method

Future<FileInfo?> getFileFromCache(
  1. String key, {
  2. bool ignoreMemCache = false,
})

Get the file from the cache. Specify ignoreMemCache to force a re-read from the database

Implementation

Future<FileInfo?> getFileFromCache(String key, {bool ignoreMemCache = false});