Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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 Tim Graham, 7 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In acc989f0:

Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().

comment:3 by Adam Johnson, 7 years ago

Thanks Tim!

Note: See TracTickets for help on using tickets.
Back to Top