Whatever message this page gives is out now! Go check it out!

ORMIndexPurge

Last update:
May 18, 2026

Description

Clears all indexed data for all entities or specified entities in the current application scope.

History

ColdFusion 10: Added this function

Syntax

ORMIndexPurge();ORMIndexPurge("entityName");ORMIndexPurge("entityName_list");

Parameters

Parameter
Description
entityName
Name of the entity to be loaded.
entityName_list
Comma-separated list of entity names for purging.

Usage

If you use this function without specifying entityName, all persistent entities of the application are purged.

Example

ORMIndexPurge();



ORMIndexPurge("Employee");

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page