Changes between Initial Version and Version 1 of Ticket #19690, comment 14
- Timestamp:
- 01/11/2012 09:28:01 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19690, comment 14
initial v1 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.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. 2 2 3 3 http://core.trac.wordpress.org/browser/trunk/wp-includes/query.php#L1967