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