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: - Introduced in WordPress: 2.0.0
- Deprecated in WordPress: —
Description
Removes the cache contents matching key and group.