Module: RestrictCache::ActionControllerExt

Includes:
ActiveSupport::Concern
Defined in:
lib/restrict_cache/action_controller_ext.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#sweep_restrict_cacheObject



14
15
16
17
18
# File 'lib/restrict_cache/action_controller_ext.rb', line 14

def sweep_restrict_cache
  yield
ensure
  RestrictCache.clear
end