instance method clear_cache

Ruby on Rails 1.0.3

Since v1.0.3 Last seen in v2.2.3 Private

Available in: v1.0.3 v1.1.6 v1.2.3 v2.0.3 v2.1.0 v2.2.3

Signature

clear_cache()

No documentation comment.

Source
# File lib/importmap/map.rb, line 104
    def clear_cache
      @cache_keys&.each do |name|
        instance_variable_set("@cached_#{name}", nil)
      end
    end

Defined in lib/importmap/map.rb line 104 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Importmap::Map

Type at least 2 characters to search.

↑↓ navigate · open · esc close