Ticket #6740 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

API for adding global and non-persistent cache groups

Reported by: ryan Assigned to: ryan
Priority: normal Milestone: 2.6
Component: General Version:
Severity: normal Keywords:
Cc:

Description

To inform cache backends of additions to the global and non-persistent group lists, add two new API functions.

wp_cache_add_global_groups( array() )

wp_cache_add_non_persistent_groups( array() )

Change History

04/15/08 18:45:42 changed by ryan

  • owner changed from anonymous to ryan.

05/22/08 17:28:55 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [7986]) wp_cache_add_global_groups() and wp_cache_add_non_persistent_groups(). fixes #6740