method

run

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.

run()
public

No documentation available.

# File actionview/lib/action_view/cache_expiry.rb, line 13
      def run
        ActiveSupport::Dependencies.interlock.permit_concurrent_loads do
          @cache_expiry.execute_if_updated
          @execution_lock.acquire_read_lock
        end
      end