Update Cache Value
You can update a cache value of cache key (if still found):
<?php
updateCache(`key`, `newValue`);
?>like:
<?php
updateCache('username', 'INEX SPA Framework'); // INEX SPA Framework
?>Last updated
You can update a cache value of cache key (if still found):
<?php
updateCache(`key`, `newValue`);
?>like:
<?php
updateCache('username', 'INEX SPA Framework'); // INEX SPA Framework
?>Last updated