Skip to content

SPTPersistentCache 1.1.0

Compare
Choose a tag to compare
@8W9aG 8W9aG released this 18 Nov 22:29
· 98 commits to master since this release

Added

  • Added ability to track the caches performance in time.

Fixed

  • When deleting or adding a large amount of items, the cache can now be configured prioritise these insertions compared to normal reads/writes.

Removed

  • Removed support for iOS 7.x.
  • Removed support for OSX 10.9.x.

Changed

  • Now uses NSOperationQueues rather than GCD for prioritisation reasons.
  • Large removes, prunes and garbage collection routines are now asynchronous (this is an API breakage).