class ActionView::CacheExpiry::Executor

def clear_cache

def clear_cache
  @execution_lock.with_write_lock do
    ActionView::LookupContext::DetailsKey.clear
  end
end