artsy / garner

A set of Rack middleware and cache helpers that implement various caching strategies.
MIT License
343 stars 24 forks source link

Remove cache_as from Garner::Mixins::Mongoid::Document #15

Closed fancyremarker closed 11 years ago

fancyremarker commented 12 years ago

Instead of requiring client to specify cache_as, always use the class's base collection class. Same for binding or invalidating.

fancyremarker commented 11 years ago

Fixed in #28.