Click or drag to resize

RedisAdhocCacheGetT Method

Gets the specified object from the cache

Namespace: SanteDB.Caching.Redis
Assembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntax
public T Get<T>(
	string key
)

Parameters

key  String
The key of the object to fetch

Type Parameters

T

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

Return Value

T
The fetched value

Implements

IAdhocCacheServiceGetT(String)
See Also