| 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
)
Sub Remove (
data As IdentifiedData
)
void Remove(
IdentifiedData^ data
)
abstract Remove :
data : IdentifiedData -> unit
Parameters
- data
- Type: SanteDB.Core.ModelIdentifiedData
The data which is to be removed from the cache
See Also