JMCache

MIT License
Objective-C
iOS

Powered by Appetize.io.

1 image

Author

Description

JMCache is a key/value store designed for persisting temporary objects fully based on GCD.

JMCache is cool because you can :

  • store object not compliant with NSCoding protocols, by implementing a custom protocol (JMcoding or use FastCoding),
  • use a ValueTransformer to increase security of your encoded object, you can zip it, crypt it with your own algorithms,
  • configure the cache to be "memory then disk", "only memory", "only disk",

Tags