DiskCache constructor
DiskCache({
- String? dir,
Creates a DiskCache rooted at dir.
Defaults to ~/.pub_doctor/cache/ when dir is not specified.
Implementation
DiskCache({String? dir}) : _dir = dir ?? _defaultDir();