RequestCacheProtocol
public protocol RequestCacheProtocol : AnyObject
请求缓存协议
-
Undocumented
Declaration
Swift
func loadCache(for request: HTTPRequest) throws -> (data: Data, metadata: Data) -
Undocumented
Declaration
Swift
func saveCache(_ cache: (data: Data, metadata: Data), for request: HTTPRequest) throws -
Undocumented
Declaration
Swift
func clearCache(for request: HTTPRequest) throws
View on GitHub