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