Class ReflectionCache
the central repository of reflection related data for request dtos and their children
Implements
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.Attributes.dll
Syntax
public sealed class ReflectionCache : ConcurrentDictionary<Type, TypeDefinition>, IDictionary<Type, TypeDefinition>, ICollection<KeyValuePair<Type, TypeDefinition>>, IReadOnlyDictionary<Type, TypeDefinition>, IReadOnlyCollection<KeyValuePair<Type, TypeDefinition>>, IEnumerable<KeyValuePair<Type, TypeDefinition>>, IDictionary, ICollection, IEnumerable