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