All notable changes to this project will be documented in this file. SPTPersistentCache adheres to Semantic Versioning.
--
Released on 2017-08-15.
- SPTPersistentCacheOptions properties are now copied corrently when using
-copy
.
Released on 2016-11-18.
- Added ability to track the caches performance in time.
- When deleting or adding a large amount of items, the cache can now be configured prioritise these insertions compared to normal reads/writes.
- Removed support for iOS 7.x.
- Removed support for OSX 10.9.x.
- Now uses NSOperationQueues rather than GCD for prioritization reasons.
- Large removes, prunes and garbage collection routines are now asynchronous (this is an API breakage).
Released on 2015-03-11.
- Initial release of SPTPersistentCache.