Struct AssetCollectionCacheConfiguration
Sets the cache configuration for an asset collection.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct AssetCollectionCacheConfiguration
Properties
CacheProperties
Whether to cache the properties of the asset collection.
Declaration
public bool CacheProperties { readonly get; set; }
Property Value
Type | Description |
---|---|
bool |
NoCaching
Declaration
public static AssetCollectionCacheConfiguration NoCaching { get; }
Property Value
Type | Description |
---|---|
AssetCollectionCacheConfiguration |