Tracks cache removals

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

Syntax

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

Parameters

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

Implements

ICacheEvictionPolicy..::..NotifyRemove(String)

See Also