Click or drag to resize

RedisCacheServiceExistsT Method

Returns tru if the cache contains the specified id

Namespace: SanteDB.Caching.Redis
Assembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntax
public bool Exists<T>(
	Guid id
)
where T : IdentifiedData

Parameters

id  Guid

[Missing <param name="id"/> documentation for "M:SanteDB.Caching.Redis.RedisCacheService.Exists``1(System.Guid)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.Caching.Redis.RedisCacheService.Exists``1(System.Guid)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Caching.Redis.RedisCacheService.Exists``1(System.Guid)"]

Implements

IDataCachingServiceExistsTData(Guid)
See Also