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