Namespaces: global |
Description |
|---|---|
| bp_core_clear_cache() |
Prune the WP Super Cache. |
| bp_core_clear_user_object_cache() |
Clear all cached objects for a user, or those that a user is part of. |
| bp_core_clear_member_count_caches() |
Clear member count caches and transients. |
| bp_core_clear_directory_pages_cache_page_edit() |
Clear the directory_pages cache when one of the pages is updated. |
| bp_core_clear_directory_pages_cache_settings_edit() |
Clear the directory_pages cache when the bp-pages option is updated. |
| bp_core_clear_root_options_cache() |
Clear the root_blog_options cache when any of its options are updated. |
| bp_get_non_cached_ids() |
Determine which items from a list do not have cached values. |
| bp_update_meta_cache() |
Update the metadata cache for the specified objects. |
| bp_core_get_incremented_cache() |
Gets a value that has been cached using an incremented key. |
| bp_core_set_incremented_cache() |
Caches a value using an incremented key. |