Documentation
    Preparing search index...

    Class ImagePipeline

    The entry point for the image pipeline..

    Index

    Constructors

    Properties

    iosComplexCacheEviction: boolean

    iOS: set this to true to enable complex cache handling this is necessary when you use colorMatrix, decodeWidth,... and when you change images on drive requiring cache image eviction

    Methods

    • Clear all the caches (memory and disk).

      Returns void

    • Clear disk caches.

      Returns void

    • Clear the memory caches.

      Returns void

    • Removes all images with the specified Uri from all the caches (memory and disk).

      Parameters

      • uri: string

      Returns void

    • Removes all images with the specified Uri from disk cache.

      Parameters

      • uri: string

      Returns void

    • Removes all images with the specified Uri from memory cache.

      Parameters

      • uri: string

      Returns void

    • Returns the actual cache key for url + context this is an iOS feature because imageView properties are used for the cache key

      Parameters

      • uri: string
      • options: Partial<Img>

      Returns string

    • Returns whether the image is stored in the bitmap memory cache.

      Parameters

      • uri: string

      Returns boolean

    • Returns whether the image is stored in the disk cache.

      Parameters

      • uri: string

      Returns boolean

    • Prefetch to disk cache.

      Parameters

      • uri: string

      Returns Promise<void>

    • Prefetch to memory cache.

      Parameters

      • uri: string

      Returns Promise<void>