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 302be1d commit 89775c8Copy full SHA for 89775c8
examples/100.list_of_functions.php
@@ -4,6 +4,10 @@
4
*/
5
require_once("../phpfastcache/phpfastcache.php");
6
$cache = phpFastCache();
7
+// OR $cache = phpFastCache("files");
8
+// phpFastCache("sqlite", $config); // with $config is array store full config value
9
+// $cache->setup("config_key", $config_value); Example: path and /DIR_NAME/_NEW_PATH
10
+
11
12
// Write into cache
13
$cache->set("keyword", "data | array | object", 300);
0 commit comments