C# Класс SobekCM.Library.UI.UI_ApplicationCache_Gateway

Gateway to all the application-level cached data for the user interface
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ResetAll() публичный статический Метод

Resets all the application-level data
public static ResetAll ( ) : void
Результат void

ResetDefaultMetadataTemplates() публичный статический Метод

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
Результат void

ResetSettings() публичный статический Метод

Refresh the settings object by pulling the data back from the database
public static ResetSettings ( ) : void
Результат void

WebContent_Hierarchy_Clear() публичный статический Метод

Clear the cached web content hierarchy data
public static WebContent_Hierarchy_Clear ( ) : void
Результат void