Deletes a cache entry by its key.
Does nothing if the key doesn't exist.
@override void delete(String key) { _storageBox.delete(key); }