Table of Contents

Interface ITypeCache<T>

Namespace
MassTransit.Internals
Assembly
MassTransit.Abstractions.dll
public interface ITypeCache<T>

Type Parameters

T

Properties

ReadOnlyPropertyCache

IReadOnlyPropertyCache<T> ReadOnlyPropertyCache { get; }

Property Value

IReadOnlyPropertyCache<T>

ReadWritePropertyCache

IReadWritePropertyCache<T> ReadWritePropertyCache { get; }

Property Value

IReadWritePropertyCache<T>

ShortName

string ShortName { get; }

Property Value

string