FileCache typedef Null safety

FileCache = dynamic

Files caches work with a String key. This key being the filename.

Implementation

typedef FileCache = CacheMap<String, Uint8List>;