method
expanded_key
v3.2.8 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
expanded_key(key)private
Expand key to be a consistent string value. Invoke cache_key if object responds to cache_key. Otherwise, to_param method will be called. If the key is a Hash, then keys will be sorted alphabetically.