Click or drag to resize

RedisCacheServiceRemove Method (Guid)

Removes/evicts an object with identifier key from the cache

Namespace:  SanteDB.Caching.Redis
Assembly:  SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.481-alpha
Syntax
public void Remove(
	Guid key
)

Parameters

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

Implements

IDataCachingServiceRemove(Guid)
See Also