Tracks cache lookups

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

Syntax

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

Parameters

lookupKey
Type: System..::..String
The key accessed

See Also