#6740 closed defect (bug) (fixed)
API for adding global and non-persistent cache groups
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Note: See
TracTickets for help on using
tickets.
(In [7986]) wp_cache_add_global_groups() and wp_cache_add_non_persistent_groups(). fixes #6740