C# Class SobekCM.Library.UI.UI_ApplicationCache_Gateway

Gateway to all the application-level cached data for the user interface
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
ResetAll ( ) : void

Resets all the application-level data

ResetDefaultMetadataTemplates ( ) : void

Clears the lists of globally defined default metadata sets and metadata input templates, so they will be refreshed next time they are requested

ResetSettings ( ) : void

Refresh the settings object by pulling the data back from the database

WebContent_Hierarchy_Clear ( ) : void

Clear the cached web content hierarchy data

Method Details

ResetAll() public static method

Resets all the application-level data
public static ResetAll ( ) : void
return void

ResetDefaultMetadataTemplates() public static method

Clears the lists of globally defined default metadata sets and metadata input templates, so they will be refreshed next time they are requested
public static ResetDefaultMetadataTemplates ( ) : void
return void

ResetSettings() public static method

Refresh the settings object by pulling the data back from the database
public static ResetSettings ( ) : void
return void

WebContent_Hierarchy_Clear() public static method

Clear the cached web content hierarchy data
public static WebContent_Hierarchy_Clear ( ) : void
return void