getFileFromCache abstract method

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

Get the file from the cache.

Implementation

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