ozibuild
    Preparing search index...

    Class CacheInfo

    CacheInfo

    Index

    Accessors

    Constructors

    Methods

    Properties

    Accessors

    • get isCacheHit(): boolean

      Indicates whether the cache information indicates the output is up-to-date.

      Returns boolean

    Constructors

    • Initializes a cache info for an output file.

      Parameters

      • cacheInfoFile: string

        File containing previously cached information.

      • out: string

        Output file being generated.

      • info: GenericCacheInfo

        The content of the cached information for the current run.

      Returns CacheInfo

    Methods

    • Updates the persisted cached information with the latest info.

      Returns void

    Properties

    out: string

    Output file being generated.