Property | Type | Description | |
---|---|---|---|
CacheKey | string | ||
Delegate | object>.Func | ||
InnerDelegate | object | ||
LastAccess | System.DateTime |
Method | Description | |
---|---|---|
EvalDelegate ( string cacheKey, object>.Func |
Constructor.
|
public EvalDelegate ( string cacheKey, object>.Func |
||
cacheKey | string | The key used to cache the EvalDelegate. |
delegateAction | object>.Func | The delegate to cache. |
return | System |