CacheTKey, TValue | Initializes a new instance of the CacheTKey, TValue class with default capacity of 128 and no item loader. |
CacheTKey, TValue(IEqualityComparerTKey) | Initializes a new instance of the CacheTKey, TValue class with the specified comparer, default capacity of 128 and no item loader. |
CacheTKey, TValue(FuncTKey, TValue, IEqualityComparerTKey) | Creates a new CacheTKey, TValue instance with the given itemLoader and comparer using default capacity of 128. |
CacheTKey, TValue(IDictionaryTKey, TValue, IEqualityComparerTKey) | Initializes a new instance of the CacheTKey, TValue class from the specified dictionary and comparer, with no item loader. The Capacity will be initialized to the number of elements in dictionary. |
CacheTKey, TValue(Int32, IEqualityComparerTKey) | Initializes a new instance of the CacheTKey, TValue class with specified capacity capacity and comparer and no item loader. |
CacheTKey, TValue(SerializationInfo, StreamingContext) | Initializes a new instance of the CacheTKey, TValue class from serialized data. |
CacheTKey, TValue(FuncTKey, TValue, Int32, IEqualityComparerTKey) | Creates a new CacheTKey, TValue instance with the given itemLoader, capacity and comparer. |