コード例 #1
0
ファイル: commands.py プロジェクト: Deelight-fr/Zimbra-1
	def resetProvisioning(cls, type):
		if type == "local":
			LC.reload()
		else:
			try:
				cls.P.flushCache(Provisioning.CacheEntryType.fromString(type), None)
			except:
				pass  # mailboxd is down, or not running here, either way we don't care.
コード例 #2
0
ファイル: commands.py プロジェクト: richardsonlima/z-pec
	def resetProvisioning(cls, type):
		if type == "local":
			LC.reload()
		else:
			try:
				cls.P.flushCache(Provisioning.CacheEntryType.fromString(type), None)
			except:
				pass  # mailboxd is down, or not running here, either way we don't care.