<?php // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) // | 缓存模型 namespace app\common\model; use \think\Model; class Cache extends Model { }