public class CacheKey extends Object
| Constructor and Description |
|---|
CacheKey(Type lookupType,
String name,
Annotation... qualifiers)
Key used for LRU cache
|
public CacheKey(Type lookupType, String name, Annotation... qualifiers)
lookupType - The type in the lookup callname - The name in the lookup callqualifiers - The set of qualifiers being looked upCopyright © 2009-2013 Oracle Corporation. All Rights Reserved.