method
escape_key
rails latest stable - Class:
ActiveSupport::Cache::MemCacheStore
escape_key(key)private
No documentation available.
# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 184
def escape_key(key)
ActiveSupport::Deprecation.warn( `escape_key` is deprecated and will be removed from Rails 5.1. Please use `normalize_key` which will return a fully resolved key or nothing..strip_heredoc)
key
end