CacheRemoveAll
this function is deprecated, use instead cacheClear. Removes all elements from the cache
CacheRemoveAll( [ cacheName ] )
Returns: Number
Argument | Description |
---|---|
cacheName
string,
optional
|
definition of the cache used by name, when not set the "default Object Cache" defined in Lucee Administrator is used instead. Alias: cache, region |
Examples
There are currently no examples for this function.