Cache Constructor

Default initialiser that does not assign a TraceLogger unless the cache tracing flag is set.

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
C#
public Cache()

Remarks

COM (as opposed to .NET) applications must use this initialiser because parameterised initialisers can not be used by COM applications.

Cache tracing can be enabled through the "Trace Cache" option that is set through the Chooser or Diagnostics menus. This will cause the cache to create a separate log in the same directory as the application's own log.

See Also