public class BusinessKeyFieldCache extends Object
| Constructor and Description |
|---|
BusinessKeyFieldCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
List<BusinessKeyField> businessFields)
Add a BusinessFields definition to the Cache.
|
List<BusinessKeyField> |
get(String name)
Retrieve a BusinessFields list from Cache.
|
public List<BusinessKeyField> get(String name)
name - The cache tag to use for cache lookup.public void add(String name, List<BusinessKeyField> businessFields)
name - A tag for to use for cache lookupbusinessFields - The list of businessFields to cacheCopyright © 2010–2019. All rights reserved.