method

normalize_version

normalize_version(key, options = nil)
private

No documentation available.

# File activesupport/lib/active_support/cache.rb, line 668
        def normalize_version(key, options = nil)
          (options && options[:version].try(:to_param)) || expanded_version(key)
        end