File Manager

Path: /usr/src/litespeed-wp-plugin/4.4.5/litespeed-cache/src/

Viewing File: instance.cls.php

<?php
/**
 * The abstract instance
 *
 * @since      	3.0
 */
namespace LiteSpeed;

defined( 'WPINC' ) || exit;

abstract class Instance extends Root {
}