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 prioritisation reasons.
- Large removes, prunes and garbage collection routines are now asynchronous (this is an API breakage).