Add a guide on caching data.
Review Request #14873 — Created March 5, 2026 and updated — Latest diff uploaded
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.