ProjectionLambdaTransformerCacheMaxEntriesPerThread Field |
Static value which has appdomain scope, and which controls the cache size for the compiled lambdas per thread.
Every time the cache hits the set limit, it's cleared. Compiling lambda's is done in Select(lambda) calls to create typed projections.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static int CacheMaxEntriesPerThread
Public Shared CacheMaxEntriesPerThread As Integer
Field Value
Type:
Int32See Also