Create a new Cache
<?php
setCache(`key`, `value`, `expiration`[In Seconds]=3600);
?><?php
setCache('username', 'INEX SPA', 3600);
?>Last updated
<?php
setCache(`key`, `value`, `expiration`[In Seconds]=3600);
?><?php
setCache('username', 'INEX SPA', 3600);
?>Last updated