Method: ActiveSupport.cache_format_version=
- Defined in:
- activesupport/lib/active_support.rb
.cache_format_version=(value) ⇒ Object
109 110 111 |
# File 'activesupport/lib/active_support.rb', line 109 def self.cache_format_version=(value) Cache.format_version = value end |