RSX Code Reference
    Preparing search index...
    • rsx
    • ImageCachePolicy

    Class ImageCachePolicy

    A class that specifies how a remote image should be cached and for how long.

    Index
    • Parameters

      • OptionalisInternalConstructor: boolean

      Returns ImageCachePolicy

    • get isForever(): boolean

      Returns boolean

    • get isNever(): boolean

      Returns boolean

    • get isTimed(): boolean

      Returns boolean

    • Makes a new "Timed" policy with a number of seconds before the cached value times out..

      Parameters

      • seconds: number

      Returns ImageCachePolicy