| [ Index ] | 
		    PHP Cross Reference of BuddyPress | 
    
[Source view] [Print] [Project Stats]
BuddyPress Friends Caching. Caching functions handle the clearing of cached objects and pages on specific actions throughout BuddyPress.
| File Size: | 149 lines (6 kb) | 
| Included or required: | 0 times | 
| Referenced: | 0 times | 
| Includes or requires: | 0 files | 
| friends_clear_friend_object_cache( $friendship_id ) X-Ref | 
| Clear friends-related cache for members of a specific friendship. since: 1.0.0 param: int $friendship_id ID of the friendship whose two members should return: bool  | 
| bp_friends_clear_bp_friends_friendships_cache( $friendship_id, $initiator_user_id, $friend_user_id ) X-Ref | 
| Clear friendship caches on friendship changes. since: 2.7.0 param: int $friendship_id ID of the friendship that has changed. param: int $initiator_user_id ID of the first user. param: int $friend_user_id ID of the second user.  | 
| bp_friends_clear_bp_friends_friendships_cache_remove( $friendship_id, $friendship ) X-Ref | 
| Clear friendship caches on friendship changes. since: 2.7.0 param: int $friendship_id The friendship ID. param: BP_Friends_Friendship $friendship The friendship object.  | 
| bp_friends_clear_request_cache( $friend_user_id ) X-Ref | 
| Clear the friend request cache for the user not initiating the friendship. since: 2.0.0 param: int $friend_user_id The user ID not initiating the friendship.  | 
| bp_friends_clear_request_cache_on_save( $friendship_id, $initiator_user_id, $friend_user_id ) X-Ref | 
| Clear the friend request cache when a friendship is saved. A friendship is deemed saved when a friendship is requested or accepted. since: 2.0.0 param: int $friendship_id The friendship ID. param: int $initiator_user_id The user ID initiating the friendship. param: int $friend_user_id The user ID not initiating the friendship.  | 
| bp_friends_clear_request_cache_on_remove( $friendship_id, $friendship ) X-Ref | 
| Clear the friend request cache when a friendship is removed. A friendship is deemed removed when a friendship is withdrawn or rejected. since: 2.0.0 param: int $friendship_id The friendship ID. param: BP_Friends_Friendship $friendship The friendship object.  | 
| bp_friends_delete_cached_friendships_on_friendship_save( $friendship ) X-Ref | 
| Delete individual friendships from the cache when they are changed. since: 3.0.0 param: BP_Friends_Friendship $friendship The friendship object.  | 
| Generated: Mon Nov 3 01:00:54 2025 | Cross-referenced by PHPXref 0.7.1 |