ngmoco / cache-money

A Write-Through Cacheing Library for ActiveRecord
Apache License 2.0
161 stars 31 forks source link

Fix Cash::Mock#get with multiple keys / #set without a ttl #23

Closed obrie closed 13 years ago

obrie commented 13 years ago

Fix Cash::Mock#get with multiple keys / #set without a ttl Edit I added the ability to test the Cash::Mock implementation via the ADAPTER hook. This revealed a few issues with the implementation. Specifically:

This changeset also fixes those issues.