Skip to content

Commit 89775c8

Browse files
committed
Examples
1 parent 302be1d commit 89775c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/100.list_of_functions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
*/
55
require_once("../phpfastcache/phpfastcache.php");
66
$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+
711

812
// Write into cache
913
$cache->set("keyword", "data | array | object", 300);

0 commit comments

Comments
 (0)