module ActiveSupport::MessagePack::CacheSerializer
Public Instance Methods
Calls superclass method
# File activesupport/lib/active_support/message_pack/cache_serializer.rb, line 11 def load(dumped) super rescue ActiveSupport::MessagePack::MissingClassError # Treat missing class as cache miss => return nil end