- Inheritance
Constants
Name | Description | |
---|---|---|
NULL | = 'remote_cache_store:null' | this allows caching of the fact that there is nothing in the remote cache |
Methods
Instance
Visibility | Signature |
---|---|
public | clear () |
public | decrement (key, amount = 1) |
public | delete (key, options = nil) |
public | exist (key, options = nil) |
public | increment (key, amount = 1) |
public | middleware () |
public | read (key, options = nil) |
public | with_local_cache () {|| ...} |
public | write (key, value, options = nil) |