Searched refs:NWebCacheOptionsImpl (Results 1 – 2 of 2) sorted by relevance
22 class OHOS_NWEB_EXPORT NWebCacheOptionsImpl : public CacheOptions {24 NWebCacheOptionsImpl(const std::map<std::string, std::string> &responseHeaders) in NWebCacheOptionsImpl() function26 ~NWebCacheOptionsImpl() = default;
1616 auto defaultCacheOptions = std::make_shared<NWebCacheOptionsImpl>(responseHeaders); in ParseCacheOptions()1629 return std::make_shared<NWebCacheOptionsImpl>(responseHeaders); in ParseCacheOptions()