method
mismatched?
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Cache::Coder::LazyEntry
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