ISettingsUnitCache - интерфейс
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public interface ISettingsUnitCache
Public Interface ISettingsUnitCache
public interface class ISettingsUnitCache
type ISettingsUnitCache = interface end
Supports invalidation of single records or the entire cache.
Invalidation triggers global cache events (
SettingsUnits)
so that distributed components or other application nodes can react to changes.
| GetAsync |
Retrieves a settings unit record by key.
If missing in the cache, it will be loaded asynchronously and stored for subsequent requests.
|
| InvalidateAsync |
Invalidates cached entries for settings units.
|