Skip to content

Releases: davbeck/CacheKit

CacheKit 0.6.4

13 May 17:19
Compare
Choose a tag to compare
  • Fixed a bug in CKSQLiteCache where the cache would never shrink in size, even after removing all objects or doing a maxFileSize trim.

0.6.2

21 Jan 00:20
Compare
Choose a tag to compare
Added CKCacheContent.h to umbrella header

0.6.1: Updated travis.yml for new project layout

20 Jan 20:32
Compare
Choose a tag to compare
And to automatically archive new versions.

CacheKit 0.4.0

20 Aug 17:26
Compare
Choose a tag to compare
  • Added objectInMemoryForKey:.

CacheKit 0.3.0

09 Aug 00:24
Compare
Choose a tag to compare
  • 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

11 Mar 19:17
Compare
Choose a tag to compare
  • Fixed warning bug.