Tracks cache lookups
Namespace: BrightstarDB.CachingAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public void NotifyLookup(
string lookupKey
) |
| Visual Basic |
|---|
Public Sub NotifyLookup (
lookupKey As String
) |
| Visual C++ |
|---|
public:
virtual void NotifyLookup(
String^ lookupKey
) sealed |
| F# |
|---|
abstract NotifyLookup :
lookupKey : string -> unit
override NotifyLookup :
lookupKey : string -> unit |
Parameters
- lookupKey
- Type: System..::..String
The key accessed
Implements
ICacheEvictionPolicy..::..NotifyLookup(String)
See Also