 | MemoryCacheServiceGetCacheItem(Guid) Method |
Gets the cache item specified by key regardless of the type of data
Namespace: SanteDB.Caching.MemoryAssembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntaxpublic 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 Guid
- The key identifier of the object to fetch from cache
Return Value
IdentifiedDataThe retrieved cache item
Implements
IDataCachingServiceGetCacheItem(Guid)
Remarks
Thread SafetyStatic members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also