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