Exemplo n.º 1
0
 /**
  * Clears all set cache data
  *
  * @param string $tag Tag to clear when the default tag name is not used
  * @return void
  */
 public static function clearCache($tag = null)
 {
     Adapter\AbstractAdapter::clearCache($tag);
 }