コード例 #1
0
ファイル: Currency.php プロジェクト: heiglandreas/zf2
 /**
  * Returns the set cache
  *
  * @return Zend\Cache\Frontend The set cache
  */
 public static function getCache()
 {
     return Data::getCache();
 }
コード例 #2
0
ファイル: Locale.php プロジェクト: rexmac/zf2
 /**
  * Returns the set cache
  *
  * @return \Zend\Cache\Core The set cache
  */
 public static function getCache()
 {
     $cache = Data::getCache();
     return $cache;
 }