Retrieves the data cached under the spefied key if available, null otherwise.
@override Future<Uint8List?> get({required String key})=> _cache.get(key: key);