[ 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. return: bool param: int $friendship_id ID of the friendship whose two members should since: 1.0.0 |
bp_friends_clear_bp_friends_friendships_cache( $friendship_id, $initiator_user_id, $friend_user_id ) X-Ref |
Clear friendship caches on friendship changes. 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. since: 2.7.0 |
bp_friends_clear_bp_friends_friendships_cache_remove( $friendship_id, $friendship ) X-Ref |
Clear friendship caches on friendship changes. param: int $friendship_id The friendship ID. param: BP_Friends_Friendship $friendship The friendship object. since: 2.7.0 |
bp_friends_clear_request_cache( $friend_user_id ) X-Ref |
Clear the friend request cache for the user not initiating the friendship. param: int $friend_user_id The user ID not initiating the friendship. since: 2.0.0 |
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. 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. since: 2.0.0 |
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. param: int $friendship_id The friendship ID. param: BP_Friends_Friendship $friendship The friendship object. since: 2.0.0 |
bp_friends_delete_cached_friendships_on_friendship_save( $friendship ) X-Ref |
Delete individual friendships from the cache when they are changed. param: BP_Friends_Friendship $friendship The friendship object. since: 3.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |