8889841cwp-content/plugins/cookie-law-info/lite/admin/modules/cache/services/class-autoptimize.php000064400000001373150534711210033665 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( \autoptimizeCache::class ); } /** * Clear the cache if any. * * @return boolean */ public function clear_cache() { return \autoptimizeCache::clearall(); } }