rails/activesupport/lib/active_support/message_pack
Jonathan Hefner e2524e574b Support :message_pack as a cache serializer format
This commit adds support for `:message_pack` as an option for
`config.active_support.cache_format_version`.

Cache entries written using the `6.1` or `7.0` formats can be read when
using the `:message_pack` format. Additionally, cache entries written
using the `:message_pack` format can now be read when using the `6.1` or
`7.0` format. These behaviors makes it easy to migrate between formats
without invalidating the entire cache.
2023-05-03 14:22:20 -05:00
..
cache_serializer.rb Support :message_pack as a cache serializer format 2023-05-03 14:22:20 -05:00
extensions.rb Add ActiveSupport::MessagePack 2023-04-17 11:56:06 -05:00
serializer.rb Add ActiveSupport::MessagePack 2023-04-17 11:56:06 -05:00