index of
/
home
/
thefkyzp
/
easyloanly.com
/
wp-content
/
plugins
/
litespeed-cache
/
src
/
File: /home/thefkyzp/easyloanly.com/wp-content/plugins/litespeed-cache/src/instance.cls.php
<?php /** * The abstract instance * * @since 3.0 */ namespace LiteSpeed; defined('WPINC') || exit(); abstract class Instance extends Root { }