ResponseCacher
public struct ResponseCacherextension ResponseCacher: CachedResponseHandlerResponseCacher is a convenience CachedResponseHandler making it easy to cache, not cache, or modify a cached
response.
- 
                  
                  Defines the behavior of the See moreResponseCachertype.DeclarationSwift public enum Behavior : Sendable
- 
                  
                  Returns a ResponseCacherwith a.cacheBehavior.DeclarationSwift public static let cache: ResponseCacher
- 
                  
                  Returns a ResponseCacherwith a.doNotCacheBehavior.DeclarationSwift public static let doNotCache: ResponseCacher
- 
                  
                  DeclarationSwift public func dataTask(_ task: URLSessionDataTask, willCacheResponse response: CachedURLResponse, completion: @escaping (CachedURLResponse?) -> Void)
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
          