TraceHelperTraceLambdaCacheRecycle Method  | 
 
            Writes a message that the compiled lambda cache for the cache owner specified has recycled. It's written if the traceswitch
            QueryExecution is switched on at the info level  
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static void TraceLambdaCacheRecycle(
	string cacheOwner,
	int threadID,
	int numberOfEntries
)
Public Shared Sub TraceLambdaCacheRecycle ( 
	cacheOwner As String,
	threadID As Integer,
	numberOfEntries As Integer
)
Parameters
- cacheOwner
 - Type: SystemString
The owner of the cache, e.g. 'Linq' or 'QuerySpec' - threadID
 - Type: SystemInt32
The threadid owning the cache instance which was recycled - numberOfEntries
 - Type: SystemInt32
The number of entries allowed in the cache before it was recycled.  
See Also