Click or drag to resize

IDataCachingServiceRemove Method (Guid)

Removes/evicts an object with identifier key from the cache

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void Remove(
	Guid key
)

Parameters

key
Type: SystemGuid
The key of the object to be removed
See Also