method

clear_cache

rails latest stable - Class: ActionView::CacheExpiry::Executor

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

clear_cache()
private

No documentation available.

# File actionview/lib/action_view/cache_expiry.rb, line 25
        def clear_cache
          @execution_lock.with_write_lock do
            ActionView::LookupContext::DetailsKey.clear
          end
        end