Latest JAS v1.1.0
144 plugins online

Code / Cache / read

Cache :: read
Method
include/cache.php

Description...

Arguments

key
Argument

Return values

Mixed
Returns

Examples

Cache Read method example
PHP
<?
  $cache->read($key);  //Call Cache::read method
?>

Comments (0)