-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Milestone
Description
We should change the default cache location the next time we release a breaking update. I think the earliest we can do that is with version 2.0 (which is a far ways off, not even planned).
Currently the path used is the temporary directory appended with a path component that is very specific.
[NSTemporaryDirectory() stringByAppendingPathComponent:@"/com.spotify.temppersistent.image.cache"];(SPTPersistentCacheOptions.m#L51)
It would be better to set it to a more generically named path, such as:
[NSTemporaryDirectory() stringByAppendingPathComponent:@"/com.spotify.persistentcache.default"];Metadata
Metadata
Assignees
Labels
No labels