dmemcache_get() assumes that an entry expires if the expire property is set. However, the expire property is always set. Because the expire value for non-expiring entries is zero, dmemcache_get() treats them as expired.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Darren Oh’s picture

Assigned: Darren Oh » Unassigned
Status: Active » Needs review
FileSize
1.1 KB

Patch attached.

Jeremy’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Bug against an unsupported version of the Memcache module.