wp/wp-includes/class-wp-object-cache.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
   168 	/**
   168 	/**
   169 	 * Sets the list of global cache groups.
   169 	 * Sets the list of global cache groups.
   170 	 *
   170 	 *
   171 	 * @since 3.0.0
   171 	 * @since 3.0.0
   172 	 *
   172 	 *
   173 	 * @param array $groups List of groups that are global.
   173 	 * @param string|string[] $groups List of groups that are global.
   174 	 */
   174 	 */
   175 	public function add_global_groups( $groups ) {
   175 	public function add_global_groups( $groups ) {
   176 		$groups = (array) $groups;
   176 		$groups = (array) $groups;
   177 
   177 
   178 		$groups              = array_fill_keys( $groups, true );
   178 		$groups              = array_fill_keys( $groups, true );