Files | Admin

Notes:

Release Name: 1.0.1

Notes:
CachedModel stores Rails ActiveRecord objects in memcache allowing for
very fast retrievals. CachedModel uses the ActiveRecord::Locking to ensure
that you don't perform overlapping updates.


Changes: Tests. When CachedModel::find can't understand query params and a single result is returned, the returned record refreshes the cache. Reloading a model refreshes the cache. Updating a model no longer stores associations into the cache.