method
normalize_key
rails latest stable - Class:
ActiveSupport::Cache::Store
normalize_key(key, options = nil)private
Expands and namespaces the cache key. Raises an exception when the key is nil or an empty string. May be overridden by cache stores to do additional normalization.