Closed sudoaza closed 3 years ago
Adds a configuration option to cache only individual records.
Useful when Things are created often but not updated often/even.
Input on the is_any_collection? method is welcomed, I wasn't quite sure.
I also avoid writing to cache and retrieving it to avoid the overhead.
Thanks again. I updated the README and released https://github.com/mhgbrown/cached_resource/releases/tag/v5.3.0
Oh thank you for doing that!
Adds a configuration option to cache only individual records.
Useful when Things are created often but not updated often/even.
Input on the is_any_collection? method is welcomed, I wasn't quite sure.
I also avoid writing to cache and retrieving it to avoid the overhead.