Docs should mention that cache KEY_FUNCTION can be a callable
The cache docs currently state that:
- KEY_FUNCTION A string containing a dotted path to a function that defines how to compose a prefix, version and key into a final cache key.
However, it is also possible to specify a callable. I think this should be mentioned in the docs.
Change History
(5)
Easy pickings: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Uncategorized → Cleanup/optimization
|
Owner: |
changed from nobody to gregloy
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In 8da86fd19b0907d3ea20593ca75073dce727d1aa: