wp_cache_add_non_persistent_groups

函数
wp_cache_add_non_persistent_groups ( $groups )
参数
  • (string|string[]) $groups A group or an array of groups to add.
    Required:
定义位置
相关方法
wp_cache_add_global_groupswp_cache_flush_groupwp_admin_bar_add_secondary_groupswp_cache_set_multiplewp_cache_delete_multiple
引入
2.6.0
弃用
-

wp_cache_add_non_persistent_groups: 这个函数将一个或多个组添加到非持久性组的列表中。这些组不会被保存到磁盘或数据库中,而只保存在内存中。

将一个组或一组组添加到非持久组列表中。

function wp_cache_add_non_persistent_groups( $groups ) {
	// Default cache doesn't persist so nothing to do here.
}

常见问题

FAQs
查看更多 >