method

new

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Coder
new(serializer, compressor, legacy_serializer: false) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/cache/coder.rb, line 8
      def initialize(serializer, compressor, legacy_serializer: false)
        @serializer = serializer
        @compressor = compressor
        @legacy_serializer = legacy_serializer
      end
Register or log in to add new notes.