SPTPersistentCache v1.1.1 Release Notes

Release Date: 2017-08-15 // over 6 years ago
  • ๐Ÿš€ Released on 2017-08-15.

    ๐Ÿ›  Fixed

    • SPTPersistentCacheOptions properties are now copied corrently when using -copy.

Previous changes from v1.1.0

  • ๐Ÿš€ 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).