8889841cwp-content/plugins/cookie-law-info/lite/admin/modules/cache/services/class-wp-rocket.php000064400000001347150513645670033244 0ustar00home/clixcotz/tcchp.clix.co.tzload_hooks(); } /** * Check if the the cache service is installed/active; * * @return boolean */ public function is_active() { return function_exists( 'rocket_clean_domain' ); } /** * Clear the cache if any. * * @return boolean */ public function clear_cache() { return rocket_clean_domain(); } }