instance method clear_cache

Ruby on Rails 7.0.10

Since v7.0.10 Last seen in v7.0.10 Private — implementation detail, not part of the public API

Signature

clear_cache()

No documentation comment.

Source
# 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

Defined in actionview/lib/action_view/cache_expiry.rb line 25 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::CacheExpiry::Executor

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close