CachedDataManager.Store_Browse_Result_Statistics Method
Stores the table of search results to the cache
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static void Store_Browse_Result_Statistics(
string Aggregation_Code,
string Browse_Name,
Search_Results_Statistics StoreObject,
Custom_Tracer Tracer
) |
Parameters
- Aggregation_Code
- Type: System..::..String
Aggregation code for the browse statistics to store in the cache
- Browse_Name
- Type: System..::..String
Name of the browse to store the browse statistics in the cache
- StoreObject
- Type: SobekCM.Core.Results..::..Search_Results_Statistics
Search results item/title list
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also