ContentAddressableCache constructor

ContentAddressableCache({
  1. String? cacheDir,
})

Implementation

ContentAddressableCache({String? cacheDir})
  : cacheDir = cacheDir ?? defaultCacheDir(Platform.environment);