class
ActiveSupport::Cache::FileStore
v3.0.0 -
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"
ESCAPE_FILENAME_CHARS = /[^a-z0-9_.-]/i
UNESCAPE_FILENAME_CHARS = /%[0-9A-F]{2}/
Attributes
| [R] | cache_path |
Files
- activesupport/lib/active_support/cache/file_store.rb