instance method
clear_cache
Ruby on Rails 1.0.3
Since v1.0.3 Last seen in v2.2.3 PrivateSignature
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