CacheRemoveAll

Removes all stored objects in a cache region.

If no cache region is specified, objects in the default region are removed.

Method Signature

CacheRemoveAll(cacheName=[string])

Arguments

Argument
Type
Required
Description
Default

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?