__construct() __construct(\think\App $app, array $config = []) : mixed Parameters \think\App $app array $config Returns mixed —
write() write(string $sessID, string $sessData) : bool 写入Session Parameters string $sessID string $sessData Returns bool —
findFiles() findFiles(string $root, \Closure $filter) : \Generator 查找文件 Parameters string $root \Closure $filter Returns \Generator —
getFileName() getFileName(string $name, bool $auto = false) : string 取得变量的存储文件名 Parameters string $name 缓存变量名 bool $auto 是否自动创建目录 Returns string —