ISettingsUnitCacheObserver - интерфейс

Observer interface for reacting to changes in the ISettingsUnitCache lifecycle.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public interface ISettingsUnitCacheObserver

Методы

OnExpire Called when a cached settings unit record is evicted from the memory cache due to expiration or memory pressure.
OnInvalidate Called when a settings unit is explicitly invalidated, either locally or via a distributed cache invalidation event.

См. также