clearRelatedCaches()
Overview
public void function clearRelatedCaches(
required string objectName
, any filter = ""
, struct filterParams
, boolean clearSingleRecordCaches = true
)
Clears related selectData caches for the given object and optional filters
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| objectName | string | Yes | |
| filter | any | No (default="") | |
| filterParams | struct | No | |
| clearSingleRecordCaches | boolean | No (default=true) |