CachePolicyLocation.none constructor

CachePolicyLocation.none()

Disabled all cache locations

Implementation

CachePolicyLocation.none() {
  this.event = false;
  this.objectConstructor = false;
  this.other = false;
  this.http = false;
}