CacheClear
Method Signature
CacheClear(filterOrTags=[any], cacheName=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Clear an id or an array of id's from the specified cache.
If no cache name is provided, the default cache is used.
CacheClear(filterOrTags=[any], cacheName=[string])filterOrTags
any
false
cacheName
string
false
The name of the cache to get the keys from. Default is the default cache.
default
Last updated
Was this helpful?
Was this helpful?
