Beispiel #1
0
 /**
  * Returns the set cache
  *
  * @return Zend\Cache\Frontend The set cache
  */
 public static function getCache()
 {
     return Data::getCache();
 }
Beispiel #2
0
 /**
  * Returns the set cache
  *
  * @return \Zend\Cache\Core The set cache
  */
 public static function getCache()
 {
     $cache = Data::getCache();
     return $cache;
 }