8889841cwp-content/plugins/cookie-law-info/lite/admin/modules/cache/services/class-litespeed-cache.php000064400000001376150536315240034342 0ustar00home/clixcotz/tcchp.clix.co.tzload_hooks(); } /** * Check if the the cache service is installed/active; * * @return boolean */ public function is_active() { return class_exists( \LiteSpeed\Purge::class ); } /** * Clear the cache if any. * * @return boolean */ public function clear_cache() { return \LiteSpeed\Purge::purge_all(); } }