pathToDCliCache property

String pathToDCliCache

Path to the dcli cache directory. This will normally be ~/.dcli/cache

Implementation

String get pathToDCliCache => p.join(pathToDCli, dcliCacheDir);