Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#6740 closed defect (bug) (fixed)

API for adding global and non-persistent cache groups

Reported by: ryan Owned by: ryan
Priority: normal Milestone: 2.6
Component: General Version:
Severity: normal Keywords:
Cc: Focuses:

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
18 years ago

  • Owner changed from anonymous to ryan

#2 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.