Skip to content
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');

Clone this wiki locally