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.