Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
hood
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ziy
2015-05-04 11:26:47 +0800
Commit
bc366580074f1e1f650ffc0f79d6ae4bc2827e8e
1 parent
36656568
添加FileCache备注
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Hood/Cache/README.md
Hood/Cache/README.md
View file @
bc36658
1
#File
1
#File
2
-
缓存路径配置在cache.config.ini里面
2
+
缓存路径配置在cache.config.ini里面
,如果config里面不设置路径的话使用系统默认的临时文件路径
3
[
file
]
3
[
file
]
4
cache=/tmp/yoho
4
cache=/tmp/yoho
5
$file = Cache::File();
5
$file = Cache::File();
Please
register
or
login
to post a comment