public class SetUserExtensionCacheEnabled extends VoidOperation
Constructor and Description |
---|
SetUserExtensionCacheEnabled(boolean enabled)
Creates an
Operation that enables/disables caching of user/group/tenant
extensions. |
Modifier and Type | Method and Description |
---|---|
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invoke
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
toArrayList, toCaseInsensitiveMap, toHashMap, toString
public SetUserExtensionCacheEnabled(boolean enabled)
Operation
that enables/disables caching of user/group/tenant
extensions.
Changing the value will make the cache recollect its values.enabled
- whether the cache should be enabled (true) or disabled (false)protected void voidInvoke() throws Exception
VoidOperation
voidInvoke
in class VoidOperation
Exception
- exception when invoking this operationCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.