CacheConfig constructor

const CacheConfig({
  1. bool? memory,
  2. String? src,
})

Implementation

const CacheConfig({this.memory, this.src});