JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.newrelic.agent.sql
Interface CacheValue<K>
Type Parameters:
K
- the type of the corresponding key
All Known Implementing Classes:
SlowQueryInfo
public interface
CacheValue<K>
This replaces the need for an inverse cache in
BoundedConcurrentCache
to look up a key from a value
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
K
getKey
()
Returns the corresponding cache key for this value.
Method Detail
getKey
K
getKey()
Returns the corresponding cache key for this value.
Returns:
cache key
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method