deleteListCache method

void deleteListCache()

Implementation

void deleteListCache() {
  EasyHttp.config.cacheRunner.deleteCache(paginationCacheKey);
}