Skip to content

CacheKit 0.3.0

Compare
Choose a tag to compare
@davbeck davbeck released this 09 Aug 00:24
· 26 commits to master since this release
  • 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.