Deletes a cache object by id
id
@override Future<int> delete(int id) async { if (!_removeById(id)) { return 0; } await _schedulePersist(); return 1; }