Table of Contents

Class MemoryCacheKeys

Namespace
OpenSettings.Services.MemoryCache
Assembly
OpenSettings.dll

Provides predefined cache keys for various parts of the application. These keys are used for caching specific data in the memory cache to improve performance.

public static class MemoryCacheKeys
Inheritance
MemoryCacheKeys
Inherited Members

Fields

OpenSettingsSpaMiddlewareHtml

The cache key for the Settings Spa Middleware Html content.

public static CacheModel OpenSettingsSpaMiddlewareHtml

Field Value

CacheModel

Methods

GetAvailableNotificationIds(string)

The cache key for available notification ids, with a 5-minute expiration time.

public static CacheModel GetAvailableNotificationIds(string packVersion)

Parameters

packVersion string

Returns

CacheModel