Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
梁志锋
2016-04-30 00:33:42 +0800
Commit
05d5c91e8fe1dc02bd821d6f33ecb9e228c67661
1 parent
79f2baae
缓存时间缩短为5分钟
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/Cache.php
library/Plugin/Cache.php
View file @
05d5c91
...
...
@@ -33,7 +33,7 @@ class Cache
* @param int $expire 缓存有效期(单位秒, 0表示永久)
* @return void
*/
public
static
function
set
(
$key
,
$value
,
$expire
=
3
6
00
)
public
static
function
set
(
$key
,
$value
,
$expire
=
300
)
{
try
{
// WINDOWS
...
...
Please
register
or
login
to post a comment