class ActionView::CacheExpiry::ViewReloader

def updated?

def updated?
  build_watcher unless @watcher
  @previous_change || @watcher.updated?
end