Opened 17 years ago
Closed 17 years ago
#6591 closed (invalid)
Caching documentation does not reflect implementation
Reported by: | David Cramer | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The documentation says cache.get_many will return a dictionary, but (correct me if memcache has changed since I looked at my code last) memcache does not return the keys available, thus get_many would simply return a list.
Note:
See TracTickets
for help on using tickets.
I'm not sure how I made get_many not return a dictionary originally, ignore this.