return self::
$_cache;
} /**
* Sets a cache for all Zend_Translate_Adapters
*
* @param Zend_Cache_Core $cache Cache to store to
*/
public static function setCache(Zend_Cache_Core
$cache) { self::
$_cache =
$cache;
self::
_getTagSupportForCache();
} /**
* Returns true when a cache is set
*
* @return boolean
*/
public static function hasCache() { if (self::
$_cache !== null
) { return true;
}