@since: bbPress (r4011)
Description
BBP_Skip_Children::restore_cache_invalidation()

Restore the cache invalidation to its previous value.

Source: bp-forums/core/cache.php:115

BBP_Skip_Children

Skip invalidation of child post content when editing a parent.

Source: bp-forums/core/cache.php:30

BBP_Skip_Children::__construct()

Hook into the ‘pre_post_update’ action.

Source: bp-forums/core/cache.php:49

BBP_Skip_Children::pre_post_update()

Only clean post caches for main Forums posts.

Source: bp-forums/core/cache.php:65

BBP_Skip_Children::skip_related_posts()

Skip cache invalidation of related posts if the post ID being invalidated is not the one that was just updated.

Source: bp-forums/core/cache.php:89