C# Class SobekCM.Library.UI.UI_ApplicationCache_Gateway

Gateway to all the application-level cached data for the user interface
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode 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 méthode

Resets all the application-level data
public static ResetAll ( ) : void
Résultat void

ResetDefaultMetadataTemplates() public static méthode

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
Résultat void

ResetSettings() public static méthode

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

WebContent_Hierarchy_Clear() public static méthode

Clear the cached web content hierarchy data
public static WebContent_Hierarchy_Clear ( ) : void
Résultat void