Opened 3 years ago

Closed 3 years ago

#15 closed defect (fixed)

Memcached based object cache ignores non-persistent groups

Reported by: Denis-de-Bernardy Owned by:
Priority: major Milestone:
Keywords: Cc:

Description

the add() and set() methods check for no_mc_groups:

http://backpress.automattic.com/browser/trunk/includes/class.wp-object-cache-memcached.php?rev=291#L160

replace() does not.

Attachments (1)

15.diff (634 bytes) - added by Denis-de-Bernardy 3 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 3 years ago by Denis-de-Bernardy

See also #16

Changed 3 years ago by Denis-de-Bernardy

comment:2 Changed 3 years ago by westi

  • Resolution set to fixed
  • Status changed from new to closed

(In [292]) Check for non-persistent groups when replacing items in the object cache. Fixes #15 props Denis-de-Bernardy.

Note: See TracTickets for help on using tickets.