method
expanded_key
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
expanded_key(key)private
Expands key to be a consistent string value. Invokes 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.