Closed jeffwidman closed 9 years ago
Yup. We dealt with this about a year ago: https://github.com/tollmanz/wordpress-pecl-memcached-object-cache/pull/35. I find it a little silly to explicitly set an object to cache for 30+ days, but we have handled that issue.
Thanks!
See here: https://remaintenance.io/blog/2015/02/fixing-woocommerce-memcached-performance/
Basically when expiration is set more than 30 days in the future, other memcache object cache implementations have problems.
Does this implementation handle that scenario correctly?