Exemplo n.º 1
0
 /**
  * Removes any set cache
  *
  * @return void
  */
 public static function removeCache()
 {
     self::$_cache = null;
 }
Exemplo n.º 2
0
 /**
  * Set a cache for Zend_Locale_Data
  * 
  * @param Zend_Cache_Core $cache A cache frontend
  */
 public static function setCache(Zend_Cache_Core $cache)
 {
     self::$_cache = $cache;
 }