Skip to content

Commit 6de854a

Browse files
authored
Merge branch 'final' into final
2 parents 5e59317 + c25cee6 commit 6de854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/withoutComposer.php

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

3333
if (is_null($CachedString->get())) {
3434
//$CachedString = "APC Cache --> Cache Enabled --> Well done !";
35-
// Write products to Cache in 10 minutes with same keyword
35+
// Write products to Cache in 5 seconds with same keyword
3636
$CachedString->set("Memcache Cache --> Cache Enabled --> Well done !")->expiresAfter(5);
3737
$InstanceCache->save($CachedString);
3838

0 commit comments

Comments
 (0)