CachePolicyLocation.none constructor

CachePolicyLocation.none()

Disabled all cache locations

Implementation

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