Method: JSS::Policy#flush_user_cache

Defined in:
lib/jss/api_object/policy.rb

#flush_user_cacheBoolean

Should this policy flush the user cache?

Returns:

  • (Boolean)

    client maintenance task


443
444
445
# File 'lib/jss/api_object/policy.rb', line 443

def flush_user_cache
  @flush_user_cache
end