Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.73 KB

typecachemanager-t-class-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

66 lines (47 loc) · 1.73 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
TypeCacheManager(T) Class (Microsoft.Dynamics.Commerce.Runtime.DataModel)
TypeCacheManager(T) Class
T:Microsoft.Dynamics.Commerce.Runtime.DataModel.TypeCacheManager`1
65321714
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.DataModel.TypeCacheManager`1
CSharp
C++
VB

TypeCacheManager(T) Class

[!INCLUDEarchive-banner]

Manages the EntityTypeCache classes that allows reflection on entity types to be done only once.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Framework (in Microsoft.Dynamics.Commerce.Runtime.Framework.dll)

Syntax

'Declaration
Public Class TypeCacheManager(Of T As TypeCache)
'Usage
Dim instance As TypeCacheManager(Of T)
public class TypeCacheManager<T>
where T : TypeCache
generic<typename T>
where T : TypeCache
public ref class TypeCacheManager

Type Parameters

  • T

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.DataModel.TypeCacheManager<T>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace