Click or drag to resize

MemoryCacheServiceGetCacheItem Method (Guid)

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

Namespace:  SanteDB.Caching.Memory
Assembly:  SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.481-alpha
Syntax
public 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

Implements

IDataCachingServiceGetCacheItem(Guid)
Remarks
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also