CachePolicyNegativeCachingPolicy constructor

CachePolicyNegativeCachingPolicy({
  1. int? code,
  2. Duration? ttl,
})

Implementation

CachePolicyNegativeCachingPolicy({this.code, this.ttl});