SystemCacheClear
Clears many of the caches in the runtime.
By default with no arguments, it will clear all caches.
The following caches can be cleared:
all
- Clear everythingtemplate
orpage
- Clear the compiled class poolsclass
- Clear the class path resolversquery
- Clear the default cache regionobject
- Clear the default cache region
Method Signature
Arguments
Argument
Type
Required
Description
Default
cacheName
string
false
all
Examples
Related
Last updated
Was this helpful?