Click or drag to resize

IDataCachingServiceGetCacheItem Method (Guid)

Gets the cache item specified by key regardless of the type of data

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IdentifiedData GetCacheItem(
	Guid key
)

Parameters

key
Type: SystemGuid
The key identifier of the object to fetch from cache

Return Value

Type: IdentifiedData
The retrieved cache item
Remarks
See Also