Struct AssetRepositoryCacheConfiguration
Sets the cache configuration for all entities of the asset repository.
Inherited Members
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 |