class

ActiveSupport::Cache::FileStore

v5.1.7 - Show latest stable - Superclass: Store

A cache store implementation which stores everything on the filesystem.

FileStore implements the Strategy::LocalCache strategy which implements an in-memory cache inside of a block.

Constants

DIR_FORMATTER = "%03X"

EXCLUDED_DIRS = [".", ".."].freeze

FILENAME_MAX_SIZE = 228

FILEPATH_MAX_SIZE = 900

GITKEEP_FILES = [".gitkeep", ".keep"].freeze

Attributes

[R]cache_path

Files

  • activesupport/lib/active_support/cache/file_store.rb