public class CacheKey extends Object
| Constructor and Description |
|---|
CacheKey(Type lookupType,
String name,
Unqualified unqualified,
Annotation... qualifiers)
Key used for LRU cache
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
matchesRemovalName(String name)
Used when bulk removing a contract that has
been removed from the system
|
String |
toString() |
public CacheKey(Type lookupType, String name, Unqualified unqualified, Annotation... qualifiers)
lookupType - The type in the lookup callname - The name in the lookup callqualifiers - The set of qualifiers being looked uppublic boolean matchesRemovalName(String name)
name - The name of the contract that
has been removed from the systemCopyright © 2009–2020 Oracle Corporation. All rights reserved.