codenoble / cache-crispies

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

New CacheCrispies::Base.dependency_key method #10

Closed adamcrown closed 4 years ago

adamcrown commented 4 years ago

...to bust the cache for code that is changed outside the scope of the serializers themselves. Because the gem itself can't automatically track those changes.

Closes #1

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit bbbfa32d and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (95% is the threshold).

This pull request will bring the total coverage in the repository to 100.0%.

View more on Code Climate.