Method | Description | |
---|---|---|
__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 |
public cron_action ( $tt_id, $taxonomy ) |
public edit_term_action ( $term_id, $tt_id, $taxonomy ) |
public edited_term_taxonomy_action ( $tt_id, $taxonomy ) |