Rachel Baker announced that comments in WordPress 4.6 can now be cached by a persistent object cache. If you have a plugin which modifies comment data directly, she advises you make code adjustments to make use of the various comment API functions, or use clean_comment_cache()
. This should make for more reliable and easy to use comment caching techniques.