public class CacheKey extends Object
| Constructor and Description |
|---|
CacheKey(Type lookupType,
String name,
Unqualified unqualified,
Annotation... qualifiers)
Key used for LRU cache
|
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-2017 Oracle Corporation. All Rights Reserved.