Lucee Function Reference
cacheclear()
Flushes the cache
Beispiel
cacheclear([any filterOrTags,[string cacheName]]):number
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
filterOrTags | any | No |
You can define 2 different things here: 1. a String containing a key filter for the elements in the cache to flush, the filter follow the same rules as for cfdirectory-filter. 2. an Array containing tags defined when put the element to the cache |
cacheName | string | No | definition of the cache used by name, when not set the "default Object Cache" defined in Lucee Administrator is used instead. |