v4.2.1 -
Show latest stable
-
0 notes
- Superclass:
ActiveSupport::Cache::Store
- 1.0.0
- 1.1.1
- 1.1.6
- 1.2.0
- 1.2.6
- 2.0.0
- 2.0.3
- 2.1.0 (0)
- 2.2.1 (24)
- 2.3.2 (0)
- 2.3.8 (0)
- 3.0.0 (38)
- 3.0.5 (0)
- 3.0.9 (-3)
- 3.1.0 (0)
- 3.2.1 (0)
- 3.2.3 (0)
- 3.2.8 (0)
- 3.2.13 (0)
- 4.0.2 (0)
- 4.1.8 (0)
- 4.2.1 (0)
- 4.2.7 (0)
- What's this?
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"
FILENAME_MAX_SIZE = 228
FILEPATH_MAX_SIZE = 900
EXCLUDED_DIRS = ['.', '..'].freeze
Attributes
[R] | cache_path |