#28760 closed Cleanup/optimization (fixed)
DummyCache's get_many(), set_many(), and delete_many() don't give cache key warnings
| Reported by: | Adam Johnson | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Cache system) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
DummyCache's implementation of the get/set/delete_many() methods are unnecessary as the BaseCache implementations will suffice. In addition, the base methods give possibly useful cache key warnings. PR
Change History (3)
comment:1 by , 8 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In acc989f0: