Module cache

Source
Expand description

Support for compiling contracts.

Structs§

CacheEntry
A CacheEntry in the cache file represents a solidity file
CachedArtifact
Cached artifact data.
CompilerCache
A multi version cache file
GroupedSources
Collection of source file paths mapped to versions.

Constants§

SOLIDITY_FILES_CACHE_FILENAME
The file name of the default cache file

Type Aliases§

CachedArtifacts