Table of Contents

Class ReflectionCacheAssemblyDictionary<TKey, TValue>

Namespace
Autofac.Util.Cache
Assembly
Autofac.dll
public sealed class ReflectionCacheAssemblyDictionary<TKey, TValue> : ConcurrentDictionary<TKey, TValue>, IReflectionCache where TKey : Assembly

Type Parameters

TKey
TValue
Inheritance
ConcurrentDictionary<TKey, TValue>
ReflectionCacheAssemblyDictionary<TKey, TValue>
Implements

Constructors

ReflectionCacheAssemblyDictionary()

Properties

Usage

Methods

Clear(ReflectionCacheClearPredicate?)