Skip to content

Commit 3c86342

Browse files
committed
Merge remote-tracking branch 'phpsocialnetwork/master'
2 parents 897a05b + 87541c9 commit 3c86342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
if (is_null($CachedString->get())) {
4242
//$CachedString = "Files Cache --> Cache Enabled --> Well done !";
43-
// Write products to Cache in 10 minutes with same keyword
43+
// Write products to Cache in 1 minutes with same keyword
4444
$CachedString->set("Files Cache --> Cache Enabled --> Well done !")->expiresAfter(60);
4545
$InstanceCache->save($CachedString);
4646

0 commit comments

Comments
 (0)