clear static method

void clear(
  1. String file
)

从Cache删除文件

Implementation

static void clear(String file) {
  _files.remove(file);
}