Skip to content

Commit f30dbce

Browse files
committed
Add reference to LightSpeed Cache
1 parent 56c97c3 commit f30dbce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/optimization-detective/storage/rest-api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ function od_clean_queried_object_cache_for_stored_url_metric( OD_URL_Metric_Stor
285285
* The transition_post_status action is used to flush page caches by:
286286
* - Jetpack Boost <https://github.com/Automattic/jetpack-boost-production/blob/4090a3f9414c2171cd52d8a397f00b0d1151475f/app/modules/optimizations/page-cache/pre-wordpress/Boost_Cache.php#L76>
287287
* - WP Super Cache <https://github.com/Automattic/wp-super-cache/blob/73b428d2fce397fd874b3056ad3120c343bc1a0c/wp-cache-phase2.php#L1616>
288+
* - LightSpeed Cache <https://github.com/litespeedtech/lscache_wp/blob/7c707469b3c88b4f45d9955593b92f9aeaed54c3/src/purge.cls.php#L68>
288289
*/
289290
/** This action is documented in wp-includes/post.php. */
290291
do_action( 'transition_post_status', $post->post_status, $post->post_status, $post );

0 commit comments

Comments
 (0)