Classes

The following classes are available globally.

  • A Heater warms up objects in order to accelerate they resources needs. It provies a function for dequeuing warmedup Objects that implement Warmable

    Dequeue can be done at any time, but that doesn’t mean the object is fully loaded by that moment. Yet, it should be usable.

    See more

    Declaration

    Swift

    public class Heater<Object> where Object : Warmable
  • An URLRequestHeater warms up an Object that has an associated operation that requieres an URLRequest It provies a function warm up objects, and retrieve them.

    Objects can be enqueued by using an URL, URLRequest, or none.

    Dequeue can be done at any time, but that doesn’t meed the object is fully loaded. Yet, it should be usable. If an object is dequeued without specifiygin an URL or URLRequest, a default (warmedup) object is returned.

    See more

    Declaration

    Swift

    public class URLRequestHeater<Object> where Object : WarmableURL
  • WKWebViewSharedManager** handles the process pool and configuration shared by several WKWebViews

    See more

    Declaration

    Swift

    public class WKWebViewSharedManager