Returns the Uint8List of the provided key, if any is cached.
key
static Uint8List? get(String key) => _cache[key];