0

Is the memorySize you specify for the cache (memory) mapped to the disk or is it real memory that is being used?

John Lane
  • 1,112
  • 1
  • 14
  • 32

2 Answers2

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.