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.481-alpha
Syntax
public T Get<T>(
	string key
)

Parameters

key
Type: SystemString
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

Type: T
The fetched value

Implements

IAdhocCacheServiceGetT(String)
See Also