Table of Contents

Class CachedSettingsEntityService

Namespace
Innova.Rest.Server.Settings
Assembly
Innova.Rest.Server.dll
public class CachedSettingsEntityService : ISettingEntityService
Inheritance
CachedSettingsEntityService
Implements

Constructors

CachedSettingsEntityService(IMemoryCache, IServerSettingsEntityServiceFactory, ICurrentUser, IOptions<CachedSettingsOptions>)

Properties

UserId

Gets the user ID.

Methods

GetApplicationSettings(CancellationToken)

Retrieves the list of application settings.

GetUserSettings(CancellationToken)

Retrieves the list of user settings.

SaveApplicationSettings(List<ApplicationSettings>, CancellationToken)

Saves the list of application settings.

SaveUserSettings(List<UserSettings>, CancellationToken)

Saves the list of user settings.