Interface IBuildCache
Base interface for the Build Caching
Namespace: UnityEditor .Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public interface IBuildCache : IContextObject
Methods
Name | Description |
---|---|
Get |
Gets a CacheEntry for a file identified by its relative path. |
Get |
Gets a CacheEntry for a scripting type by a System.Type. |
Get |
Gets a CacheEntry for an object identified by an Object Identifier. |
Get |
Gets a CacheEntry for an asset identified by its GUID. |
Get |
Returns the path where artifact data can be saved in the cache |
Get |
Returns the path where info data can be saved in the cache |
Has |
Checks if the CachedInfo passed in needs to be rebuilt |
Load |
Loads a set of CachedInfos from the cache |
Save |
Saves a set of CachedInfos to the cache |