[wp-trac] [WordPress Trac] #11431: object cache's terms bucket potentially contains junk
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 14 16:32:38 UTC 2009
#11431: object cache's terms bucket potentially contains junk
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: ryan
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Cache | Version:
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
We've a few occurrences of things such as:
{{{
wp_cache_add( $cache_key, $terms, 'terms' );
}}}
... in taxonomy.php. These are not flushed when the terms cache gets
flushed, and end up stored in memcached indefinitely. We should at least
add a timeout, maybe after a day.
Better yet, we should flush them properly.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11431>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list