removeData abstract method

void removeData(
  1. String key
)

remove a cached content from cache key - the key used to store the data

Implementation

void removeData(String key);