Exemple #1
0
 /**
  * Sets a cache object
  *
  * @param \Zend\Cache\Frontend\Core $cache
  */
 public static function setCache(\Zend\Cache\Frontend\Core $cache)
 {
     self::$_cache = $cache;
 }
Exemple #2
0
 /**
  * Sets a cache object
  *
  * @param CacheAdapter $cache
  */
 public static function setCache(CacheAdapter $cache)
 {
     self::$_cache = $cache;
 }
Exemple #3
0
 /**
  * Sets a cache object
  *
  * @param CacheCore $cache
  */
 public static function setCache(CacheCore $cache)
 {
     self::$_cache = $cache;
 }
Exemple #4
0
 /**
  * Sets a cache object
  *
  * @param CacheStorage $cache
  */
 public static function setCache(CacheStorage $cache)
 {
     self::$_cache = $cache;
 }