PHP 클래스 VIP_Suspend_Cache_Invalidation, vip-mu-plugins-public

파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public

공개 메소드들

메소드 설명
__construct ( ) That's what used to work on WPCOM
cron_action ( $tt_id, $taxonomy ) WP Cron even for purging object cache in batches
edit_term_action ( $term_id, $tt_id, $taxonomy ) Restores cache invalidation, after the slow term relationship cache invalidation has been skipped
edited_term_taxonomy_action ( $tt_id, $taxonomy ) Used to suspend cache invalidation, if a term is being edited

메소드 상세

__construct() 공개 메소드

That's what used to work on WPCOM
public __construct ( )

cron_action() 공개 메소드

WP Cron even for purging object cache in batches
public cron_action ( $tt_id, $taxonomy )

edit_term_action() 공개 메소드

Restores cache invalidation, after the slow term relationship cache invalidation has been skipped
public edit_term_action ( $term_id, $tt_id, $taxonomy )

edited_term_taxonomy_action() 공개 메소드

Used to suspend cache invalidation, if a term is being edited
public edited_term_taxonomy_action ( $tt_id, $taxonomy )