Home
last modified time | relevance | path

Searched refs:_ache (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Cache/
H A DHttpRequestCacheValidator.cs863 const long _ache = 'a'|('c'<<16)|((long)'h'<<32)|((long)'e'<<48); field in System.Net.Cache.HttpRequestCacheValidator
956 if ((*(mask+1)|LOI) != _ache) continue; in FetchCacheControl()