CacheBehaviorPerPath constructor

CacheBehaviorPerPath({
  1. BehaviorEnum? behavior,
  2. String? path,
})

Implementation

CacheBehaviorPerPath({
  this.behavior,
  this.path,
});