Click or drag to resize

IDataCachingServiceGetCacheItem(Guid) Method

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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IdentifiedData GetCacheItem(
	Guid key
)

Parameters

key  Guid
The key identifier of the object to fetch from cache

Return Value

IdentifiedData
The retrieved cache item
Remarks
This method differs from GetCacheItemTData(Guid) in that it does not attempt to cast the data it locates. The data returned will be an instance of IdentifiedData
See Also