CacheManager constructor

CacheManager({
  1. String? prefix,
  2. Directory? temporaryDirectory,
})

Implementation

CacheManager({this.prefix, this.temporaryDirectory});