Searched refs:cache_control (Results 1 – 3 of 3) sorted by relevance
14 from devil.android.perf import cache_control57 cache_control.CacheControl(self._device).DropRamCaches()
618 char cache_control[50], *cc = "no-store"; in lws_http_serve() local641 cc = cache_control; in lws_http_serve()642 cclen = sprintf(cache_control, in lws_http_serve()647 cc = cache_control; in lws_http_serve()648 cclen = sprintf(cache_control, in lws_http_serve()2472 char cache_control[50], *cc = "no-store"; in lws_serve_http_file() local2611 n = lws_snprintf(cache_control, sizeof(cache_control), in lws_serve_http_file()2630 n = lws_snprintf(cache_control, sizeof(cache_control), in lws_serve_http_file()2636 (unsigned char *)cache_control, in lws_serve_http_file()2698 cc = cache_control; in lws_serve_http_file()[all …]
70 blob.cache_control = 'no-cache'