method

escape_key

rails latest stable - Class: ActiveSupport::Cache::MemCacheStore

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

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