WarmableURL

public protocol WarmableURL : Warmable

Defines functions for warming up objects idenfified by URL and/or URLRequest

  • Implements the necessary logic for warming up an object identified by an URL

    Declaration

    Swift

    func warmUp(with url: URL)
  • Implements the necessary logic for warming up an object identified by an URLRequest

    Declaration

    Swift

    func warmUp(with urlRequest: URLRequest)