| 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 Sub Remove (
key As Guid
)
abstract Remove :
key : Guid -> unit
Parameters
- key
- Type: SystemGuid
The key of the object to be removed
See Also