@override Future<void> put(String key, Uint8List data, {bool isLocal = false}) async { _bufferWrite(key, data, isLocal: isLocal); }