removeItem abstract method

Future removeItem(
  1. String key
)

删除指定 key 的缓存

Implementation

Future removeItem(String key);