- Inheritance
-
< ActiveSupport::Cache::MemoryStore
< ActiveSupport::Cache::Store
< Object
Methods
Class
| Visibility |
Signature |
| public |
new () |
Instance
| Visibility |
Signature |
| public |
clear () |
| public |
decrement (key, amount = 1) |
| public |
delete (name, options = nil) |
| public |
delete_matched (matcher, options = nil) |
| public |
exist? (name,options = nil) |
| public |
fetch (key, options = {}) |
| public |
increment (key, amount = 1) |
| public |
read (name, options = nil) |
| public |
write (name, value, options = nil) |
Class Method Detail
new()
Instance Method Detail
clear()
decrement(key, amount = 1)
delete(name, options = nil)
delete_matched(matcher, options = nil)
exist?(name,options = nil)
fetch(key, options = {})
increment(key, amount = 1)
read(name, options = nil)
write(name, value, options = nil)