Authored by ziy

添加FileCache备注

#File
缓存路径配置在cache.config.ini里面
缓存路径配置在cache.config.ini里面,如果config里面不设置路径的话使用系统默认的临时文件路径
[file]
cache=/tmp/yoho
$file = Cache::File();
... ...