Activate/Disable the cache of SPL calls.
1 system.cache.setSPL
<system.cache.setSPL mode='mode'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Amode | boolean | True: Disable the cache of SPL calls / false: Re-active the cache of SPL calls. |
Returns | |
---|---|
Type | Description |
boolean | Returns true/false depending on what parameter has been called. |
Example
Disable the cache of SPL calls.
Copy
<xsql-script name='system_disableSPLCache_sample1'> <body> <println> <system.cache.setSPL mode='true'/> </println> </body> </xsql-script>