Home
last modified time | relevance | path

Searched refs:CacheOnly (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Cache/
H A DRequestCachePolicy.cs34 CacheOnly = 2, enumerator
107 CacheOnly = 2, enumerator
290 return RequestCacheLevel.CacheOnly; in MapLevel()
H A DFtpRequestCacheValidator.cs92 …pMethod.Get || !((FtpWebRequest)Request).UseBinary) && Policy.Level == RequestCacheLevel.CacheOnly) in ValidateRequest()
201 if (Policy.Level == RequestCacheLevel.CacheOnly) in ValidateCache()
226 …atus == CacheFreshnessStatus.Fresh || Policy.Level == RequestCacheLevel.CacheOnly || Policy.Level … in ValidateCache()
232 if (Policy.Level == RequestCacheLevel.CacheOnly) in ValidateCache()
388 if (Policy.Level == RequestCacheLevel.CacheOnly) { in UpdateCache()
H A D_Rfc2616CacheValidators.cs107 …else if (ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly || ctx.Policy.Level == HttpRequestCac… in OnValidateRequest()
168 if (ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly) { in OnValidateCache()
181 …if (enoughFresh || ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly || ctx.Policy.Level == Http… in OnValidateCache()
187 if (ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly) { in OnValidateCache()
452 if (ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly) in OnValidateRequest()
465 if (ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly) in OnValidateRequest()
484 if (ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly) in OnValidateRequest()
1288 …if (ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly || ctx.Policy.Level == HttpRequestCacheLev… in ValidateCacheOn5XXResponse()
1497 if (ctx.Policy.Level == HttpRequestCacheLevel.CacheOnly && in TryResponseFromCache()
H A DHttpRequestCacheValidator.cs260 if (this.Policy.Level == HttpRequestCacheLevel.CacheOnly) in ValidateCache()
292 …cheValidationStatus.ReturnCachedResponse && this.Policy.Level == HttpRequestCacheLevel.CacheOnly) { in ValidateCache()
302 if (base.Policy.Level == RequestCacheLevel.CacheOnly) { in ValidateCache()
447 if (this.Policy.Level == HttpRequestCacheLevel.CacheOnly) { in UpdateCache()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/Cache/
H A DRequestCacheLevel.cs11 CacheOnly = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/Cache/
H A DHttpRequestCacheLevel.cs11 CacheOnly = 2, enumerator
H A DHttpRequestCachePolicy.cs112 return RequestCacheLevel.CacheOnly; in MapLevel()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-dirmgr/src/
H A Ddocid.rs102 CacheOnly, enumerator
117 CacheUsage::CacheOnly => Some(false), in pending_requirement()
383 assert_eq!(CacheUsage::CacheOnly.pending_requirement(), Some(false)); in pending_requirement()
H A Dlib.rs455 let state = state::GetConsensusState::new(Arc::downgrade(self), CacheUsage::CacheOnly)?; in load_directory()
H A Dstate.rs149 CacheUsage::CacheOnly => "Looking for a cached consensus.", in describe()
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Daggregatedfetchscopetest.cpp111 itemScopeA.setFetch(Protocol::ItemFetchScope::CacheOnly); in testItemApply()
/dports/databases/akonadi/akonadi-21.12.3/src/private/
H A Dprotocol_p.h290 CacheOnly = 1 << 0, enumerator
357 return mFlags & CacheOnly; in cacheOnly()
/dports/databases/akonadi/akonadi-21.12.3/autotests/private/
H A Dprotocoltest.cpp206 for (unsigned i = ItemFetchScope::CacheOnly; i <= ItemFetchScope::VirtReferences; i = i << 1) { in testFetchScope()
214 in.setFetch(ItemFetchScope::CacheOnly); in testFetchScope()
/dports/databases/akonadi/akonadi-21.12.3/src/core/
H A Dprotocolhelper.cpp348 fs.setFetch(Protocol::ItemFetchScope::CacheOnly, fetchScope.cacheOnly()); in itemFetchScopeToProtocol()
399 if (fetchScope.fetch(Protocol::ItemFetchScope::CacheOnly)) { in parseItemFetchScope()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlAgilityPack/
H A DHtmlWeb.cs212 public bool CacheOnly property in HtmlAgilityPack.HtmlWeb
/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Daggregatedfetchscope.cpp256 d->mCachedScope.setFetch(ItemFetchScope::CacheOnly, cacheOnly()); in toFetchScope()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/ref/
H A DSystem.Net.Primitives.cs296 CacheOnly = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/docs/HtmlAgilityPack/
H A DHtmlWeb.cs83 public bool CacheOnly property in HtmlAgilityPack.HtmlWeb
/dports/databases/akonadi/akonadi-21.12.3/src/server/handler/
H A Ditemcreatehandler.cpp307 …hScope::AllAttributes | Protocol::ItemFetchScope::FullPayload | Protocol::ItemFetchScope::CacheOnly in sendResponse()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/ref/
H A DSystem.Net.Requests.cs446 CacheOnly = 2, enumerator
/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Dnotificationcollector.cpp537 itemFetchScope.setFetch(Protocol::ItemFetchScope::CacheOnly); in completeNotification()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs6813 CacheOnly = 2, enumerator
6840 CacheOnly = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs6884 CacheOnly = 2, enumerator
6911 CacheOnly = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs6811 CacheOnly = 2, enumerator
6838 CacheOnly = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs6880 CacheOnly = 2, enumerator
6907 CacheOnly = 2, enumerator

12