Class SetUserExtensionCacheEnabled

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
com.saperion.operations.VoidOperation
com.saperion.operations.user.SetUserExtensionCacheEnabled
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>, Serializable

public class SetUserExtensionCacheEnabled extends VoidOperation
enables/disables caching of user/group/tenant extensions. Changing the value will make the cache recollect its values.
Author:
jsc
See Also:
  • Constructor Details

    • SetUserExtensionCacheEnabled

      public SetUserExtensionCacheEnabled(boolean enabled)
      Creates an Operation that enables/disables caching of user/group/tenant extensions. Changing the value will make the cache recollect its values.
      Parameters:
      enabled - whether the cache should be enabled (true) or disabled (false)
  • Method Details