| 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
)
Function GetCacheItem (
key As Guid
) As IdentifiedData
IdentifiedData^ GetCacheItem(
Guid key
)
abstract GetCacheItem :
key : Guid -> IdentifiedData
Parameters
- key
- Type: SystemGuid
The key identifier of the object to fetch from cache
Return Value
Type:
IdentifiedDataThe retrieved cache item
Remarks See Also