CacheOptions constructor
const
CacheOptions({})
Creates new CacheOptions
Implementation
const CacheOptions({
this.maxAgeSeconds,
this.levels = const [CacheLevel.memory, CacheLevel.disk],
this.compress = true,
this.additionalMetadata = const {},
});