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.481-alpha
Syntax
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.Core.Services.IAdhocCacheService.Get``1(System.String)"]

Return Value

Type: T
The fetched value
See Also