- Inheritance
-
< ActiveSupport::Cache::Store
< Object
A cache store implementation which stores everything on the filesystem.
Attributes
| Name |
Visibility |
R/W |
Description |
| cache_path |
public |
R |
|
Methods
Class
| Visibility |
Signature |
| public |
new (cache_path) |
Instance
| Visibility |
Signature |
| public |
delete (name, options = nil) |
| public |
delete_matched (matcher, options = nil) |
| public |
exist? (name, options = nil) |
| public |
read (name, options = nil) |
| public |
write (name, value, options = nil) |
Class Method Detail
new(cache_path)
Instance Method Detail
delete(name, options = nil)
delete_matched(matcher, options = nil)
exist?(name, options = nil)
read(name, options = nil)
write(name, value, options = nil)