This enum contains the possible return values for a custom cache handler.
Values ¶
pdg.cacheResult.Miss
The cache handler has determined that a cached file does not exist.
pdg.cacheResult.Hit
The cache handler has determined that a cached file was found and the work item should cook from cache.
pdg.cacheResult.Skip
The cache handler will defer processing to the next handler in the list.