method

set_cache_value

set_cache_value(value, name, amount, options)
protected

No documentation available.

# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 126
          def set_cache_value(value, name, amount, options) # :nodoc:
            ActiveSupport::Deprecation.warn(              `set_cache_value` is deprecated and will be removed from Rails 5.1.              Please use `write_cache_value` instead..strip_heredoc)
            write_cache_value name, value, options
          end