Is the memorySize you specify for the cache (memory) mapped to the disk or is it real memory that is being used?
Asked
Active
Viewed 649 times
2 Answers
1
memoryCapacity
specifies the size of the in-memory cache. It is not mapped to disk, it is real memory.
diskCapacity
specifies the size of the on-disk cache - on iOS 5 and later.

Nick Dowell
- 2,030
- 17
- 17
0
IT is the cache (memory) mapped to the disk .not the real memory.

amitkumar3968
- 22
- 3
-
Then so is the disk capacity you specify? – John Lane Jul 02 '12 at 11:40