FUNCTION:CACHEDELETE

last edited byusericondenny on 01-Oct-2011

Contents

cacheDelete

Description

Deletes a single element from the cache.

Usage Syntax

cacheDelete(string id,[boolean throwOnError,[string cacheName]]): void

Return Information

Return Type
void

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.

Name Type Required Description
id string Yes the id of the element to delete, can also contain a "," (not used as separator)
throwOnError boolean No define if the functions throws a exception when the element does not exist (default is false).
cacheName string No definition of the cache used by name, when not set the "default Object Cache" defined in Railo Administrator is used instead.

 
Download in other Formats:
markup Markup | pdf PDF | html HTML | word Word