DataCacheOptions constructor
const
DataCacheOptions({})
Creates new DataCacheOptions
Implementation
const DataCacheOptions({
this.maxAge,
this.compress = true,
this.additionalMetadata = const {},
this.storageType = 'both',
});