SPTPersistentCache v1.1.0 Release Notes
Release Date: 2016-11-18 // over 6 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).