IAircraftOnlineLookupCache Interface |
Namespace: VirtualRadar.Interface
The IAircraftOnlineLookupCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | Enabled |
Gets a flag indicating that the cache is enabled.
|
![]() | RefreshOutOfDateAircraft |
Gets a value indicating that the aircraft manager should refresh out-of-date aircraft records as well as missing / new
aircraft.
|
Name | Description | |
---|---|---|
![]() | Load |
Fetches an aircraft's details from the cache.
|
![]() | LoadMany |
Loads multiple records from the cache simultaneously.
|
![]() | RecordManyMissing |
Records many missing ICAOs.
|
![]() | RecordMissing |
Records an ICAO that has no online details.
|
![]() | Save |
Saves an aircraft's details in the cache.
|
![]() | SaveMany |
Saves multiple records to the cache simultaneously.
|