Module: Forest::CacheBuster

Extended by:
ActiveSupport::Concern
Included in:
MediaItem
Defined in:
app/models/concerns/forest/cache_buster.rb

Overview

Include the CacheBuster concern in a model to automatically update all of a model’s associated records (hopefully).

There are only two hard things in Computer Science: cache invalidation and naming things. – Phil Karlton