CachePolicyLocation.all constructor

CachePolicyLocation.all()

Enables all cache locations

Implementation

CachePolicyLocation.all() {
  this.event = true;
  this.objectConstructor = true;
  this.other = true;
  this.http = true;
}