Click or drag to resize

IAdhocCacheServiceTryGetT Method

Try to fetch key from the cache

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool TryGet<T>(
	string key,
	out T value
)

Parameters

key  String
The key of the object to attempt to fetch
value  T
The fetched value

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.Core.Services.IAdhocCacheService.TryGet``1(System.String,``0@)"]

Return Value

Boolean
True if the object was fetched
See Also