docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct AssetRepositoryCacheConfiguration

    Sets the cache configuration for all entities of the asset repository.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public struct AssetRepositoryCacheConfiguration

    Properties

    AssetCacheConfiguration

    Defines the cache configuration for assets retrieved from the IAssetRepository.

    Declaration
    public AssetCacheConfiguration AssetCacheConfiguration { readonly get; set; }
    Property Value
    Type Description
    AssetCacheConfiguration

    AssetCollectionCacheConfiguration

    Defines the cache configuration for asset collections retrieved from the IAssetRepository.

    Declaration
    public AssetCollectionCacheConfiguration AssetCollectionCacheConfiguration { readonly get; set; }
    Property Value
    Type Description
    AssetCollectionCacheConfiguration

    AssetProjectCacheConfiguration

    Defines the cache configuration for asset projects retrieved from the IAssetRepository.

    Declaration
    public AssetProjectCacheConfiguration AssetProjectCacheConfiguration { readonly get; set; }
    Property Value
    Type Description
    AssetProjectCacheConfiguration

    FieldDefinitionCacheConfiguration

    Defines the cache configuration for field definitions retrieved from the IAssetRepository.

    Declaration
    public FieldDefinitionCacheConfiguration FieldDefinitionCacheConfiguration { readonly get; set; }
    Property Value
    Type Description
    FieldDefinitionCacheConfiguration

    LabelCacheConfiguration

    Defines the cache configuration for labels retrieved from the IAssetRepository.

    Declaration
    public LabelCacheConfiguration LabelCacheConfiguration { readonly get; set; }
    Property Value
    Type Description
    LabelCacheConfiguration

    NoCaching

    Declaration
    public static AssetRepositoryCacheConfiguration NoCaching { get; }
    Property Value
    Type Description
    AssetRepositoryCacheConfiguration

    TransformationCacheConfiguration

    Defines the cache configuration for transformations retrieved from the IAssetRepository.

    Declaration
    public TransformationCacheConfiguration TransformationCacheConfiguration { readonly get; set; }
    Property Value
    Type Description
    TransformationCacheConfiguration
    In This Article
    Back to top
    Copyright © 2025 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)