| 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
)
Public Function GetCacheItem (
key As Guid
) As IdentifiedData
public:
virtual IdentifiedData^ GetCacheItem(
Guid key
) sealed
abstract GetCacheItem :
key : Guid -> IdentifiedData
override 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
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