Click or drag to resize

MemoryAdhocCacheServiceRemove Method

Remove the specified key

Namespace:  SanteDB.Caching.Memory
Assembly:  SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.481-alpha
Syntax
public bool Remove(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Caching.Memory.MemoryAdhocCacheService.Remove(System.String)"]

Implements

IAdhocCacheServiceRemove(String)
See Also