method

mismatched?

mismatched?(version)
public

No documentation available.

# File activesupport/lib/active_support/cache/coder.rb, line 114
          def mismatched?(version)
            super.tap { |mismatched| value if !mismatched }
          rescue Cache::DeserializationError
            true
          end