Returns raw bytes if already cached.
Uint8List? getIfAvailable(String url) => _strategy.get(url)?.bytes;