getFileFromCache abstract method
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});
Get the file from the cache.
Specify ignoreMemCache to force a re-read from the database
Future<FileInfo?> getFileFromCache(String key, {bool ignoreMemCache = false});