Add a guide on caching data.
Review Request #14873 — Created March 5, 2026 and submitted
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 |
|---|---|
| 064d96e7ff38d4df992c45465c83d9bfbe441fdc |
| 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" |
|
- Change Summary:
-
- Fixed several typos.
- Switched a code example to
Iteratorinstead ofIterable. - Improved wording around large data in
cache_memoize_iter.
- Description:
-
This introduces the first of a series of caching guides, focusing on
using cache_memoize()andcache_memoize_iter(). This covers basicusage, iterables, force-overrides, large data, compression, encryption, ~ and locking,all with examples covering both functions. ~ and locking, all with examples covering both functions. - Commits:
-
Summary ID f3844c4ab3151b3720d42cf69d00de6c83a7fddc 064d96e7ff38d4df992c45465c83d9bfbe441fdc
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.