RequestCache Class
Class holds all the information about one specific request and the non-global data that is specifically
needed to resolve the request.
Namespace: SobekCM.LibraryAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class RequestCache |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| RequestCache(Navigation_Object, Search_Results_Statistics, List<(Of <<'(iSearch_Title_Result>)>>), User_Object, Public_User_Folder, Item_Aggregation, Custom_Tracer) | Constructor for a new instance of the RequestCache class |
| RequestCache(Navigation_Object, Search_Results_Statistics, List<(Of <<'(iSearch_Title_Result>)>>), Web_Skin_Object, User_Object, Public_User_Folder, Item_Aggregation, Custom_Tracer) | Constructor for a new instance of the RequestCache class |
Fields
| Name | Description |
---|
| Current_Mode | Mode / navigation information for the current request |
| Current_User | Currently logged on user |
| Paged_Results | Single page of results for a search or browse, within the entire set |
| Public_Folder | Object contains the information about the public folder to display |
| Results_Statistics | Information about the entire set of results for a search or browse |
| Top_Collection | Item aggregation for the top-level collection, which is used in a number of places, for example
showing the correct banner, even when it is not the "current" aggregation |
| Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
Properties
| Name | Description |
---|
| HTML_Skin | HTML Web skin which controls the overall appearance of this digital library |
See Also