CachePolicyLocation.all constructor

CachePolicyLocation.all()

Enables all cache locations

Implementation

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