docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IOperationCacheKey

    Interface for keys used to cache and identify async operations in the Resource Manager. Implementations of this interface provide equality comparisons to determine if two operations are equivalent and can share the same cached result.

    Inherited Members
    IEquatable<IOperationCacheKey>.Equals(IOperationCacheKey)
    Namespace: UnityEngine.ResourceManagement.Util
    Assembly: Unity.ResourceManager.dll
    Syntax
    public interface IOperationCacheKey : IEquatable<IOperationCacheKey>
    Remarks

    Cache keys enable the Resource Manager to reuse in-progress or completed operations when multiple requests target the same resource, avoiding redundant loading operations.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)