class ActionView::LookupContext::DetailsKey

def self.clear

Experimental RBS support (using type sampling data from the type_fusion project).

def self.clear: () -> Concurrent::Map

This signature was generated using 2 samples from 1 application.

def self.clear
  ActionView::ViewPaths.all_view_paths.each do |path_set|
    path_set.each(&:clear_cache)
  end
  @view_context_class = nil
  @details_keys.clear
  @digest_cache.clear
end