Files
EasySoft-ZenTaoPMS/lib/cache/cache.class.php
T

17 lines
497 B
PHP

<?php
/**
* The cache library of zentaopms.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Lu Fei <lufei@easycorp.ltd>
* @package cache
* @link https://www.zentao.net
*/
helper::import(dirname(__FILE__, 2) . '/base/cache/cache.class.php');
class cache extends baseCache
{
}