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