-
-
Notifications
You must be signed in to change notification settings - Fork 10
Cache
Jakiboy edited this page Apr 24, 2024
·
1 revision
// Set custom TTL
Cache::setTTL(30);
// Set custom Salt
Cache::setSalt('my-salt');
// Set custom filecache extension
Cache::setExt('txt');