swiftui-cached-async-image icon indicating copy to clipboard operation
swiftui-cached-async-image copied to clipboard

Fix caching behavior

Open loryhuz opened this issue 1 year ago • 0 comments

Fixing wrong cache behavior, in case of urlRequest using default cache policy, there is 2 transactions metrics and the first one concerns the cache resource according to Apple: https://developer.apple.com/documentation/foundation/nsurlrequest/cachepolicy/useprotocolcachepolicy

Others policies have only one metrics.

Related issue: https://github.com/lorenzofiamingo/swiftui-cached-async-image/issues/24

loryhuz avatar Dec 16 '23 11:12 loryhuz