프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DEFAULT_CAPACITY | int |
메소드 | 설명 | |
---|---|---|
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 MapRetryContextCache ( ) : System.Collections.Concurrent | ||
리턴 | System.Collections.Concurrent |
public MapRetryContextCache ( int defaultCapacity ) : System.Collections.Concurrent | ||
defaultCapacity | int | The default capacity. |
리턴 | System.Collections.Concurrent |
public Put ( object key, IRetryContext context ) : void | ||
key | object | The key. |
context | IRetryContext | The context. |
리턴 | void |