Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #19690, comment 14


Ignore:
Timestamp:
01/18/2012 11:06:39 PM (12 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19690, comment 14

    v1 v2  
    1 get_posts()/QP_Query has three cache control flags: cache_results, update_post_term_cache, and update_post_meta_cache. cache_results is a master flag that will turn off the other two.  If an object cache backend such as memcached is used, the flags are set to false by default since there is no need to update the cache every page load when a persistent cache exists.
     1get_posts()/WP_Query has three cache control flags: cache_results, update_post_term_cache, and update_post_meta_cache. cache_results is a master flag that will turn off the other two.  If an object cache backend such as memcached is used, the flags are set to false by default since there is no need to update the cache every page load when a persistent cache exists.
    22
    33http://core.trac.wordpress.org/browser/trunk/wp-includes/query.php#L1967