Метод | Описание | |
---|---|---|
CompileAction ( |
Compiles the input linqExpression into a Linq expression tree
|
|
CompileFunction ( |
Compiles the input linqExpression into a Linq expression tree
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
LinqCompileCacheDecorator ( ILinqCompiler handler, ObjectCache cache, ICachePolicy |
Initializes a new instance of the LinqCompileCacheDecorator class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
Метод | Описание | |
---|---|---|
GenerateKey ( |
Generates a key for the cache
|
public CompileAction ( |
||
linqExpression | The linqExpression. | |
Результат | object>.Action |
public CompileFunction ( |
||
linqExpression | The linqExpression. | |
Результат | Func |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public LinqCompileCacheDecorator ( ILinqCompiler handler, ObjectCache cache, ICachePolicy |
||
handler | ILinqCompiler | The handler. |
cache | ObjectCache | The cache. |
cachePolicy | ICachePolicy |
The cache policy. |
metrics | IMetrics | The metrics. |
connectionInformation | IConnectionInformation | The connection information. |
Результат | System |