Click or drag to resize

IAdhocCacheServiceGetT Method

Gets the specified object from the cache

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
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.Core.Services.IAdhocCacheService.Get``1(System.String)"]

Return Value

T
The fetched value
See Also