Create a new Cache

You can create a new Cache by:

<?php
setCache(`key`, `value`, `expiration`[In Seconds]=3600);
?>

like:

<?php
setCache('username', 'INEX SPA', 3600);
?>

Last updated