WebCache CreateCacheEntryChangeMonitor Method Nemiro.Data.dll
Creates a CacheEntryChangeMonitor object that can trigger events in response to changes to specified cache entries.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public override CacheEntryChangeMonitor CreateCacheEntryChangeMonitor(
	IEnumerable<string> keys,
	string regionName = null
)

Parameters

keys
Type: System.Collections.Generic IEnumerable String 
An enumeration of unique cache entry keys.
regionName (Optional)
Type: System String
A named region in the cache to which a cache entry can be added.

Return Value

Type: CacheEntryChangeMonitor
Remarks

Not supported.
See Also