Click or drag to resize

MemoryCacheServiceRemove(Guid) Method

Removes/evicts an object with identifier key from the cache

Namespace: SanteDB.Caching.Memory
Assembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntax
public void Remove(
	Guid key
)

Parameters

key  Guid
The key of the object to be removed

Implements

IDataCachingServiceRemove(Guid)
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