| Name | Description |
---|
| Clear_Cache | Clears all values from the cache and caching server |
| Clear_Public_Folder_Info | Clears the related public folder information, if it exists |
| Clear_Search_Results_Browses | Clears all search results and browses from the in-memory cache |
| Remove_All_User_Folder_Browses | Removes all the user folder browses for a particular user from the cache |
| Remove_Project(String, Custom_Tracer) | Removes a global project object from the cache , it it exists |
| Remove_Project(Int32, String, Custom_Tracer) | Removes a user-specific project object from the cache , it it exists |
| Remove_User_Folder_Browse | Removes a (assumed private) user's folder browse from the cache |
| Retrieve_Aggregation_Metadata_Browse | Retrieves a metadata browse list for an item aggregation |
| Retrieve_Browse_Result_Statistics | Retrieves the table of search results from the cache |
| Retrieve_Browse_Results | Retrieves a result set for browsing a set of items underneath an item aggregation |
| Retrieve_Project(String, Custom_Tracer) | Retrieves a global project object from the cache |
| Retrieve_Project(Int32, String, Custom_Tracer) | Retrieves a user-specific project object from the cache |
| Retrieve_Public_Folder_Browse | Retrieves a public folder browse from the cache |
| Retrieve_Public_Folder_Info | Retrieves a built public folder object from the cache |
| Retrieve_Public_Folder_Statistics | Retrieves a public folder browse from the cache |
| Retrieve_Search_Result_Statistics(Navigation_Object, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, Custom_Tracer) | Retrieves the table of search results from the cache |
| Retrieve_Search_Result_Statistics(Results_Arguments, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, Custom_Tracer) | Retrieves the table of search results from the cache |
| Retrieve_Search_Results(Navigation_Object, Int32, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, Custom_Tracer) | Retrieves the table of search results from the cache |
| Retrieve_Search_Results(Results_Arguments, Int32, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, Custom_Tracer) | Retrieves the table of search results from the cache |
| Retrieve_Site_Map | Retrieves a site map navigational object for static web content pages |
| Retrieve_User_Folder_Browse | Retrieves a (assumed private) user's folder browse by user id and folder name |
| Retrieve_User_Folder_Browse_Statistics | Retrieves a (assumed private) user's folder browse by user id and folder name |
| Store_Aggregation_Metadata_Browse | Stores a list of metadata fields for metadata browsing an item aggregation |
| Store_Browse_Result_Statistics | Stores the table of search results to the cache |
| Store_Browse_Results | Stores a result set for browsing a set of items underneath an item aggregation |
| Store_Project(String, SobekCM_Item, Custom_Tracer) | Stores a global project object on the cache |
| Store_Project(Int32, String, SobekCM_Item, Custom_Tracer) | Stores a user-specific project object on the cache |
| Store_Public_Folder_Browse | Stores a public folder browse into the cache |
| Store_Public_Folder_Info | Stores a public folder object into the cache |
| Store_Public_Folder_Statistics | Stores a public folder browse into the cache |
| Store_Search_Result_Statistics(Navigation_Object, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, Search_Results_Statistics, Custom_Tracer) | Stores the table of search results to the cache |
| Store_Search_Result_Statistics(Results_Arguments, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, Search_Results_Statistics, Custom_Tracer) | Stores the table of search results to the cache |
| Store_Search_Results(Navigation_Object, Int32, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, List<(Of <<'(iSearch_Title_Result>)>>), Custom_Tracer) | Stores a single page of search results to the cache |
| Store_Search_Results(Navigation_Object, Int32, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, List<(Of <<'(List<(Of <<'(iSearch_Title_Result>)>>)>)>>), Custom_Tracer) | Store several pages of search results to the cache |
| Store_Search_Results(Results_Arguments, Int32, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, List<(Of <<'(iSearch_Title_Result>)>>), Custom_Tracer) | Stores a single page of search results to the cache |
| Store_Search_Results(Results_Arguments, Int32, Int32, List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Int64, Int64, List<(Of <<'(List<(Of <<'(iSearch_Title_Result>)>>)>)>>), Custom_Tracer) | Store several pages of search results to the cache |
| Store_Site_Map | Stores a site map navigational object for static web content pages |
| Store_User_Folder_Browse | Stores a (assumed private) user's folder browse into the cache |
| Store_User_Folder_Browse_Statistics | Stores a (assumed private) user's folder browse into the cache |