instance method clear_cache

Ruby on Rails 7.2.3

Since v7.0.10

Available in: v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

clear_cache()

No documentation comment.

Source
# File actionview/lib/action_view/template/resolver.rb, line 102
    def clear_cache
      @unbound_templates.clear
      @path_parser = PathParser.new
      super
    end

Defined in actionview/lib/action_view/template/resolver.rb line 102 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::FileSystemResolver

Type at least 2 characters to search.

↑↓ navigate · open · esc close