cache
cache copied to clipboard
Defines a simple interface to multiple cache-like storage engines by wrapping common Ruby client libraries like memcached, redis, memcache-client, dalli. Handles each underlying library's weirdnesses,...
@seamusabshere Would you be open to a PR that adds a NullStore to the list of valid adapters? Would be really helpful for testing and such :). Something like the...
This was causing the cache to return `nil` from time to time when the cache would expire between `_exist?` and `_get`.
Pull request adds redis-store support Gems: [redis-rails](https://github.com/redis-store/redis-rails) and [redis-store](https://github.com/redis-store/redis-store)
Hi! This library seems like a nice alternative to the one Rails offers. I'm currently building a framework that's going to need cache (of course) and I refuse to include...