const PRECISE_INVALIDATION_LIMIT: usize = 50;
批量/清空操作使用精准失效的最大记录数阈值。 超过该阈值时回退到 invalidate_all_post_caches(),避免大量串行缓存操作。
invalidate_all_post_caches()