Click or drag to resize
IStandaloneAircraftOnlineLookupCache Methods

The IStandaloneAircraftOnlineLookupCache type exposes the following members.

Methods
  NameDescription
Public methodLoad
Fetches an aircraft's details from the cache.
(Inherited from IAircraftOnlineLookupCache.)
Public methodLoadMany
Loads multiple records from the cache simultaneously.
(Inherited from IAircraftOnlineLookupCache.)
Public methodRecordManyMissing
Records many missing ICAOs.
(Inherited from IAircraftOnlineLookupCache.)
Public methodRecordMissing
Records an ICAO that has no online details.
(Inherited from IAircraftOnlineLookupCache.)
Public methodSave
Saves an aircraft's details in the cache.
(Inherited from IAircraftOnlineLookupCache.)
Public methodSaveMany
Saves multiple records to the cache simultaneously.
(Inherited from IAircraftOnlineLookupCache.)
Top
See Also