Home
last modified time | relevance | path

Searched defs:HTTPCache (Results 1 – 3 of 3) sorted by relevance

/dports/www/nginx-prometheus-exporter/nginx-prometheus-exporter-0.10.0/vendor/github.com/nginxinc/nginx-plus-go-client/client/
H A Dnginx.go151 type HTTPCache struct { struct
152 Size uint64
153 MaxSize uint64 `json:"max_size"`
154 Cold bool
155 Hit CacheStats
156 Stale CacheStats
157 Updating CacheStats
158 Revalidated CacheStats
159 Miss CacheStats
160 Expired ExtendedCacheStats
[all …]
/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCache.cc228 HTTPCache::HTTPCache(string cache_root, bool force) : in HTTPCache() function in libdap::HTTPCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/
H A Dthreat_details_unittest.cc1569 TEST_F(ThreatDetailsTest, HTTPCache) { in TEST_F() argument