ORMEvictEntity()
This will remove all the entries for the specified component name from the entity cache.
ORMEvictEntity( entityName=String, primaryKey=String );
Returns: void
| Argument | Description |
|---|---|
|
entityName
String,
required
|
edit
Entity name |
|
primaryKey
String,
optional
|
edit
Primary key value of the component |
Examples
editThere are currently no examples for this function.
See also
- ORM
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)