ActiveSupport::Cache::FileStore

class ActiveSupport::Cache::FileStore

Parent:
ActiveSupport::Cache::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
EXCLUDED_DIRS
FILENAME_MAX_SIZE
FILEPATH_MAX_SIZE

Attributes