Expand description
Batch cache operations (Rails read_multi/write_multi/fetch_multi).
Functions§
- fetch_
multi - Read several keys, computing (and caching) any misses with
render. - read_
multi - Read several keys at once; only present keys appear in the result.
- write_
multi - Write several key/value pairs at once.