Re: Suggested maximum size of NSCachesDirectory on iOS

2013-06-10 Thread Markus Spoettl
Hi Robert, On 6/10/13 8:51 AM, Robert Vojta wrote: /Cached data should be stored in the /Library/Caches directory. Examples of files you should put in the Caches directory include (but are not limited to) database cache files and downloadable content, such as that used by magazine, newspaper, an

Re: Suggested maximum size of NSCachesDirectory on iOS

2013-06-09 Thread Robert Vojta
Hi Markus, On Sunday, 9. June 2013 at 23:13, Markus Spoettl wrote: > on iOS, is there any documentation on how much space an app should use at > most when storing things in the location returned by NSFileManagers's > -URLsForDirectory: with NSCachesDirectory? Are there any hard numbers (like

Suggested maximum size of NSCachesDirectory on iOS

2013-06-09 Thread Markus Spoettl
Hi, on iOS, is there any documentation on how much space an app should use at most when storing things in the location returned by NSFileManagers's -URLsForDirectory: with NSCachesDirectory? Are there any hard numbers (like for example "never more than 1/20th of the entire disk", or somethin