ISettingsUnitCacheObserver - интерфейс
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public interface ISettingsUnitCacheObserver
Public Interface ISettingsUnitCacheObserver
public interface class ISettingsUnitCacheObserver
type ISettingsUnitCacheObserver = interface end
| 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.
|