delete abstract method

Future<int> delete(
  1. int id
)

Deletes a cache object by id

Implementation

Future<int> delete(int id);