Click or drag to resize

RedisAdhocCacheExists Method

Returns true if key exists in the cache

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

Parameters

key
Type: SystemString

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

Return Value

Type: Boolean

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

Implements

IAdhocCacheServiceExists(String)
See Also