Click or drag to resize
IStandaloneAircraftOnlineLookupCache Interface
The interface for the standalone aircraft online lookup cache. This is the fallback that is used when no other cache is available. It is registered with a priority of zero.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IStandaloneAircraftOnlineLookupCache : IAircraftOnlineLookupCache

The IStandaloneAircraftOnlineLookupCache type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets a flag indicating that the cache is enabled.
(Inherited from IAircraftOnlineLookupCache.)
Public propertyRefreshOutOfDateAircraft
Gets a value indicating that the aircraft manager should refresh out-of-date aircraft records as well as missing / new aircraft.
(Inherited from IAircraftOnlineLookupCache.)
Top
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