Click or drag to resize

MemoryAdhocCacheService.RemoveAll Method

Remove all keys matching patternKey

Namespace:  SanteDB.Caching.Memory
Assembly:  SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.481-alpha
Syntax
public void RemoveAll(
	string pattern
)

Parameters

pattern
Type: System.String

[Missing <param name="pattern"/> documentation for "M:SanteDB.Caching.Memory.MemoryAdhocCacheService.RemoveAll(System.String)"]

Implements

IAdhocCacheService.RemoveAll(String)
See Also