Split an NSURLCache instance between application and extension in Swift structure

I want to share an instance of NSURLCache between my application and the extension, so I tried to create an instance of it from the Swift environment.

Is there a way to create a URL cache on a common space (container)?

+5
source share

Source: https://habr.com/ru/post/1259126/


All Articles