nkallen / cache-money

A Write-Through Cacheing Library for ActiveRecord
Apache License 2.0
994 stars 107 forks source link

Manual Expiration Support? #4

Closed dkindlund closed 15 years ago

dkindlund commented 15 years ago

What's the supported way of manually expiring an object from the cache?

Is it: object.expire_caches ?

Also, is there a way to expire the cached Model.count easily?

Thanks, -- Darien

dkindlund commented 15 years ago

Looks like the answer to my second question is to use Model.calculate_without_cache

dkindlund commented 15 years ago

Closing issue.