Method: ActiveSupport.cache_format_version=

Defined in:
activesupport/lib/active_support.rb

.cache_format_version=(value) ⇒ Object



110
111
112
# File 'activesupport/lib/active_support.rb', line 110

def self.cache_format_version=(value)
  Cache.format_version = value
end