method

key_file_path

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

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.

key_file_path(key)
private

No documentation available.

# File activesupport/lib/active_support/cache/file_store.rb, line 141
        def key_file_path(key)
          ActiveSupport::Deprecation.warn(            `key_file_path` 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