wp_cache_delete


wp_cache_delete ( $key, $group = '' )

Parameters:
  • (int|string) key What the contents in the cache are called.
  • (string) group Optional. Where the cache contents are grouped. Default empty.
See:
  • WP_Object_Cache::delete()
Returns:
  • (bool) True on successful removal, false on failure.
Defined at:

Description

Removes the cache contents matching key and group.

Related Functions

wp_cache_reset, wp_cache_get, wp_cache_set, wp_cache_decr, wp_cache_delete_multiple

Top Google Results

User discussions

wpseek mobile