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
ReadWritePropertyCache
IReadWritePropertyCache<T> ReadWritePropertyCache { get; }
Property Value
ShortName
string ShortName { get; }