| 226 | * This function is deprecated. Use wp_cache_switch_to_blog() instead of this function when preparing the cache for a blog switch. |
| 227 | * For clearing data from the default cache backend in unit tests, consider using wp_cache_flush() or overwriting $wp_object_cache. |
| 228 | * Note that wp_cache_flush() does not work portably across all object cache backends. It should be used only in unit tests that target |
| 229 | * the default cache or a known backend that supports flushing for both single and multisite configurations. |
| 230 | * |