We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 897a05b + 87541c9 commit 3c86342Copy full SHA for 3c86342
docs/examples/files.php
@@ -40,7 +40,7 @@
40
41
if (is_null($CachedString->get())) {
42
//$CachedString = "Files Cache --> Cache Enabled --> Well done !";
43
- // Write products to Cache in 10 minutes with same keyword
+ // Write products to Cache in 1 minutes with same keyword
44
$CachedString->set("Files Cache --> Cache Enabled --> Well done !")->expiresAfter(60);
45
$InstanceCache->save($CachedString);
46
0 commit comments