SPTPersistentCache v1.1.0 Release Notes

Release Date: 2016-11-18 // over 7 years ago
  • ๐Ÿš€ Released on 2016-11-18.

    โž• 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 prioritization reasons.
    • ๐Ÿšš Large removes, prunes and garbage collection routines are now asynchronous (this is an API breakage).