| Current Path : /usr/src/litespeed-wp-plugin/6.5.4/litespeed-cache/src/ |
| Current File : //usr/src/litespeed-wp-plugin/6.5.4/litespeed-cache/src/instance.cls.php |
<?php
/**
* The abstract instance
*
* @since 3.0
*/
namespace LiteSpeed;
defined('WPINC') || exit();
abstract class Instance extends Root
{
}