PixaCacheWriteContext constructor
const
PixaCacheWriteContext({
- required PixaExecutionContext execution,
- Duration? ttl,
- bool privateEntry = false,
Creates a cache write context.
Implementation
const PixaCacheWriteContext({
required this.execution,
this.ttl,
this.privateEntry = false,
});