Skip to content

Optimisation: use NSCache<NSURLRequest, UIImage> #34

@rostikjooo

Description

@rostikjooo

Current implementation loads image either from internet of from disk using URLCache.
For using that CachedAsyncImage inside LazyVStack, or any other lazy view, one more level of caching needed, something like NSCache<NSURLRequest, UIImage> which uses only RAM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions