Click or drag to resize

RedisCacheServiceGetCacheItemTData Method (Guid)

Get cache item

Namespace:  SanteDB.Caching.Redis
Assembly:  SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.481-alpha
Syntax
public TData GetCacheItem<TData>(
	Guid key
)
where TData : IdentifiedData

Parameters

key
Type: SystemGuid

Type Parameters

TData

Return Value

Type: TData

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

Implements

IDataCachingServiceGetCacheItemTData(Guid)
See Also