Click or drag to resize

MemoryAdhocCacheServiceExists Method

Return true if the cache item exists in cache

Namespace:  SanteDB.Caching.Memory
Assembly:  SanteDB.Caching.Memory (in SanteDB.Caching.Memory.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.Memory.MemoryAdhocCacheService.Exists(System.String)"]

Return Value

Type: Boolean

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

Implements

IAdhocCacheServiceExists(String)
See Also