CacheEntry

Module cache entry

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Variables

dependencies
OpenHashSet!istring dependencies;

The modules that this module depends on

modificationTime
SysTime modificationTime;

Modification time when this file was last cached

path
istring path;

The path to the module

symbol
DSymbol* symbol;

Module root symbol

Meta