module ActionView::LookupContext::DetailsCache
def details_key # :nodoc:
since the user cannot modify it explicitly.
Calculate the details key. Remove the handlers from calculation to improve performance
def details_key # :nodoc: @details_key ||= DetailsKey.details_cache_key(@details) if @cache end