Add a guide on caching data.
Review Request #14873 — Created March 5, 2026 and updated
This introduces the first of a series of caching guides, focusing on
usingcache_memoize()andcache_memoize_iter(). This covers basic
usage, iterables, force-overrides, large data, compression, encryption,
and locking,all with examples covering both functions.
Built the docs. Checked for build errors, spelling errors, and bad
links.
| Summary | ID |
|---|---|
| f3844c4ab3151b3720d42cf69d00de6c83a7fddc |
| Description | From | Last Updated |
|---|---|---|
|
Typo in description: locking,all -> locking, all |
|
|
|
Typo: of of |
|
|
|
Can we include an import for Iterator? |
|
|
|
It's probably more correct to say this returns Iterator |
|
|
|
Typo: ofr -> for Though it might be better to say something like "This is always enabled for cache_memoize_iter" |
|