Example #1
0
 /**
  * Set cache interface
  * @param Cache_Interface $cache or false
  */
 public static function setDataCache($cache)
 {
     self::$_dataCache = $cache;
 }