clean static method

void clean(
  1. String url
)

Implementation

static void clean(String url) {
  DefaultCacheManager().removeFile(url);
}