Latest JAS v1.1.0
144 plugins online

Code / Cache / remove

Cache :: remove
Method
include/cache.php

Description...

Arguments

key
Argument

Return values

Boolean
Returns

Examples

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

Comments (0)