Releases: davbeck/CacheKit
Releases · davbeck/CacheKit
CacheKit 0.6.4
0.6.2
0.6.1: Updated travis.yml for new project layout
And to automatically archive new versions.
CacheKit 0.4.0
- Added
objectInMemoryForKey:
.
CacheKit 0.3.0
-
Added
maxFilesize
property.You can now set a max size that the cache will use to store it's objects. When the size limit is reached, it is up to the cache to handle reducing the file size limit.
-
Added fast images module.
Fast images is a way to cache UIImages in their native format so that they can be decoded extremely fast and ready to draw without delay.
CacheKit 0.1.1
- Fixed warning bug.