class ActionView::Renderer

def cache_hits # :nodoc:

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

def cache_hits: () -> untyped

This signature was generated using 2 samples from 1 application.

:nodoc:
def cache_hits # :nodoc:
  @cache_hits ||= {}
end