예제 #1
0
파일: Locale.php 프로젝트: bradley-holt/zf2
 /**
  * Returns true when a cache is set
  *
  * @return boolean
  */
 public static function hasCache()
 {
     return Data\Cldr::hasCache();
 }