cacheValidatedWithOriginServer property

bool? cacheValidatedWithOriginServer
getter/setter pair

Whether or not the response was validated with the origin server before being served from cache.

This field is only meaningful if cache_hit is True.

Implementation

core.bool? cacheValidatedWithOriginServer;