Click or drag to resize

RedisAdhocCacheRemove Method

Removes the specified object from the adhoc

Namespace: SanteDB.Caching.Redis
Assembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntax
public bool Remove(
	string key
)

Parameters

key  String

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

Return Value

Boolean

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

Implements

IAdhocCacheServiceRemove(String)
See Also