Method: ActiveSupport::Cache::WriteOptions#version=

Defined in:
activesupport/lib/active_support/cache.rb

#version=(version) ⇒ Object



1073
1074
1075
# File 'activesupport/lib/active_support/cache.rb', line 1073

def version=(version)
  @options[:version] = version
end