Property | Type | Description | |
---|---|---|---|
DEFAULT_CAPACITY | int |
Method | Description | |
---|---|---|
ContainsKey ( object key ) : bool |
The contains key.
|
|
Get ( object key ) : IRetryContext |
The get.
|
|
MapRetryContextCache ( ) : System.Collections.Concurrent |
Initializes a new instance of the MapRetryContextCache class with default capacity.
|
|
MapRetryContextCache ( int defaultCapacity ) : System.Collections.Concurrent |
Initializes a new instance of the MapRetryContextCache class.
|
|
Put ( object key, IRetryContext context ) : void |
The put.
|
|
Remove ( object key ) : void |
The remove.
|
public ContainsKey ( object key ) : bool | ||
key | object | The key. |
return | bool |
public Get ( object key ) : IRetryContext | ||
key | object | The key. |
return | IRetryContext |
public MapRetryContextCache ( ) : System.Collections.Concurrent | ||
return | System.Collections.Concurrent |
public MapRetryContextCache ( int defaultCapacity ) : System.Collections.Concurrent | ||
defaultCapacity | int | The default capacity. |
return | System.Collections.Concurrent |
public Put ( object key, IRetryContext context ) : void | ||
key | object | The key. |
context | IRetryContext | The context. |
return | void |