module ActionView::LookupContext::DetailsCache

def details_key #:nodoc:

: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.get(@details) if @cache
end