| RedisAdhocCacheRemove Method |
Removes the specified object from the adhoc
Namespace:
SanteDB.Caching.Redis
Assembly:
SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.481-alpha
Syntax public bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:SanteDB.Caching.Redis.RedisAdhocCache.Remove(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Caching.Redis.RedisAdhocCache.Remove(System.String)"]
Implements
IAdhocCacheServiceRemove(String)See Also