CacheBehavior constructor

CacheBehavior({
  1. BehaviorEnum? behavior,
})

Implementation

CacheBehavior({
  this.behavior,
});