for cache
static File cacheFile({String? file, String? ext, String? dir}) { return makeFile(dirCache, file: file, ext: ext, dir: dir); }