Class ConfigurationCacheLoadResult_1_0

    • Field Detail

      • cacheEntrySize

        public final long cacheEntrySize
        The size of the configuration cache entry on disk
      • originBuildInvocationId

        @Nullable("when unknown, e.g. when loading models and not a task graph")
        public final @Nullable("when unknown, e.g. when loading models and not a task graph") String originBuildInvocationId
        The origin build invocation that produced the loaded configuration cache entry
    • Constructor Detail

      • ConfigurationCacheLoadResult_1_0

        public ConfigurationCacheLoadResult_1_0​(long cacheEntrySize,
                                                @Nullable
                                                @Nullable String originBuildInvocationId)