- Inheritance
Methods
Instance
| Visibility | Signature |
|---|---|
| public | cache () {|| ...} |
| public | uncached () {|| ...} |
Instance Method Detail
cache() {|| ...}
Enable the query cache within the block if Active Record is configured.
uncached() {|| ...}
Disable the query cache within the block if Active Record is configured.