Module: RestrictCache::RailsExt::ActionController

Includes:
ActiveSupport::Concern
Defined in:
lib/restrict_cache/rails_ext/action_controller.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#sweep_restrict_cacheObject



15
16
17
18
19
# File 'lib/restrict_cache/rails_ext/action_controller.rb', line 15

def sweep_restrict_cache
  yield
ensure
  RestrictCache.clear
end