Esempio n. 1
0
 /**
  * Removes an item from the cache.
  * 
  * @param string $key
  */
 public static function remove($key)
 {
     Cache::instance()->removeImplementation($key);
 }