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.481-alpha
Syntax
public bool Remove(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: Boolean

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

Implements

IAdhocCacheServiceRemove(String)
See Also