Ejemplo n.º 1
0
 /**
  * Free up memory by cleaning up all cached items.
  */
 public static function cleanup()
 {
     self::$_instances = array();
     self::$_location = array();
 }