Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
Dcache_proxy.cpp103 std::unordered_map<std::string, std::string> cacheResponse; in WriteResponseToCache() local
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
Dhttp_cache_strategy.cpp198 bool HttpCacheStrategy::IsCacheable(const HttpCacheResponse &cacheResponse) in IsCacheable()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
Drequest_context.cpp412 void RequestContext::SetCacheResponse(const HttpResponse &cacheResponse) in SetCacheResponse()