SPTPersistentCache v1.1.1 Release Notes
Release Date: 2017-08-15 // about 7 years ago-
๐ Released on 2017-08-15.
๐ Fixed
- SPTPersistentCacheOptions properties are now copied corrently when using
-copy
.
- SPTPersistentCacheOptions properties are now copied corrently when using
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).