Tracks cache removals

Namespace: BrightstarDB.Caching
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
void NotifyRemove(
	string removedKey
)
Visual Basic
Sub NotifyRemove ( 
	removedKey As String
)
Visual C++
void NotifyRemove(
	String^ removedKey
)
F#
abstract NotifyRemove : 
        removedKey : string -> unit 

Parameters

removedKey
Type: System..::..String
The removed key

See Also