Click or drag to resize

IDataCachingServiceRemove Method (IdentifiedData)

Removes/evicts the provided object form cache if available

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

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData
The data which is to be removed from the cache
See Also