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.
1 parent 2bc552d commit 9bfe06cCopy full SHA for 9bfe06c
docs/examples/files.php
@@ -48,12 +48,9 @@
48
echo $CachedString->get();
49
50
} else {
51
- $CachedString->set("Files Cache --> Cache Enabled --> Well done !");
52
- $InstanceCache->save($CachedString);
53
-
54
echo "READ FROM CACHE // ";
55
echo "\n EXPIRATION DATE: " . $CachedString->getExpirationDate()->format(DateTime::W3C);
56
57
}
58
59
-echo '<br /><br /><a href="/">Back to index</a> -- <a href="./' . basename(__FILE__) . '">Reload</a>';
+echo '<br /><br /><a href="/">Back to index</a> -- <a href="./' . basename(__FILE__) . '">Reload</a>';
0 commit comments