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
primaryKey
String, optional

Examples

There are currently no examples for this function.

See also