示例#1
0
 public virtual bool IsResponseCacheable(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#2
0
 public virtual bool AttemptResponseCaching(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#3
0
 public virtual bool IsCachedEntryFresh(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#4
0
 internal System.Threading.Tasks.Task <bool> TryServeFromCacheAsync(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#5
0
 public virtual bool AllowCacheStorage(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#6
0
 internal void ShimResponseStream(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
 }
示例#7
0
 internal System.Threading.Tasks.Task StartResponseAsync(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#8
0
 internal System.Threading.Tasks.Task FinalizeCacheHeadersAsync(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#9
0
 internal static bool ContentIsNotModified(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#10
0
 public string CreateStorageVaryByKey(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#11
0
 public System.Collections.Generic.IEnumerable <string> CreateLookupVaryByKeys(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }
示例#12
0
 public string CreateBaseKey(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext context)
 {
     throw null;
 }