Clears the local cache either immediately or at the end of the current session.
|
Syntax:
|
ClientClearCache (Logical: Immediately)
|
Parameters:
|
Logical: True or False
|
Returns:
|
Immediate: True on successful cache clearing; False otherwise.
Non-immediate: True
|
Example:
|
ClientClearCache(True)
If the argument is True, it will erase the local cache immediately.
ClientClearCache(False)
If the argument is False, it will erase the local cache at the end of the session.
|
Note:
|
This is a client-side function.
This function is supported only in Rich Client tasks.
|
Exceptions:
|
This function is not supported in Web Client tasks.
|
Platform specific:
|
This function is supported for Desktop, Android, and iOS devices.
|