예제 #1
0
 /**
  * clears whole cache
  * @return nothing
  */
 public static function clear()
 {
     self::$storage = array();
 }