dir property

Directory dir

Returns CacheVersion directory

Implementation

Directory get dir {
  return Directory(join(ctx.cacheDir.path, name));
}