You can create a new Cache by:
<?php setCache(`key`, `value`, `expiration`[In Seconds]=3600); ?>
like:
<?php setCache('username', 'INEX SPA', 3600); ?>
Last updated 3 months ago