method

key_file_path

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