CacheClear

Clear an id or an array of id's from the specified cache.

If no cache name is provided, the default cache is used.

Method Signature

CacheClear(filterOrTags=[any], cacheName=[string])

Arguments

Argument
Type
Required
Description
Default

filterOrTags

any

false

cacheName

string

false

The name of the cache to get the keys from. Default is the default cache.

default

Examples

Last updated

Was this helpful?