method

updated?

updated?()
public

No documentation available.

# File actionview/lib/action_view/cache_expiry.rb, line 16
      def updated?
        build_watcher unless @watcher
        @previous_change || @watcher.updated?
      end