Get a Cache Value

You can get a value of cache key (if still found):

<?php
getCache(`key`);
?>

like:

<?php
getCache('username'); // INEX SPA
?>

Last updated