Class TypeCache<T>
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class TypeCache<T> : ITypeCache<T>
Type Parameters
T
- Inheritance
-
TypeCache<T>
- Implements
-
ITypeCache<T>
- Inherited Members
Properties
ReadOnlyPropertyCache
public static IReadOnlyPropertyCache<T> ReadOnlyPropertyCache { get; }
Property Value
ReadWritePropertyCache
public static IReadWritePropertyCache<T> ReadWritePropertyCache { get; }
Property Value
ShortName
public static string ShortName { get; }