GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)

This commit is contained in:
Raymond Hettinger 2022-09-18 16:36:20 -05:00 committed by GitHub
parent 2d1a2d902a
commit bbc24b2bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -1897,6 +1897,8 @@ The classes can be used like this:
'blog-why-python-rocks'
.. _faq-cache-method-calls:
How do I cache method calls?
----------------------------