Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#6740 closed defect (bug) (fixed)

API for adding global and non-persistent cache groups

Reported by: ryan's profile ryan Owned by: ryan's profile ryan
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: 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 (2)

#1 @ryan
17 years ago

  • Owner changed from anonymous to ryan

#2 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.