Click or drag to resize

MemoryAdhocCacheServiceRemoveAll 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: SystemString

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

Implements

IAdhocCacheServiceRemoveAll(String)
See Also