codenoble / cache-crispies

Speedy Rails JSON serialization with built-in caching
MIT License
156 stars 14 forks source link

Cache whole collection in one key #14

Closed adamcrown closed 4 years ago

adamcrown commented 4 years ago

Currently, we cache individual records in a collection. Which is good. But we should catch the whole collection as well, for better performance.