class ActiveSupport::Cache::Store

def normalize_key(key, options = nil)

cache stores to do additional normalization.
Expands and namespaces the cache key. May be overridden by
def normalize_key(key, options = nil)
  namespace_key expanded_key(key), options
end