class
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
EXCLUDED_DIRS = ['.', '..'].freeze
FILEPATH_MAX_SIZE = 900
FILENAME_MAX_SIZE = 228
DIR_FORMATTER = "%03X"
Attributes
[R] | cache_path |