public final class AggregateCacheDependency extends CacheDependency
Constructor | Description |
---|---|
AggregateCacheDependency() |
Initializes a new instance of the AggregateCacheDependency class that wraps multiple This is the default constructor for the AggregateCacheDependency class.
|
Modifier and Type | Method | Description |
---|---|---|
void |
add(CacheDependency... dependencies) |
Adds an array of CacheDependency objects to the AggregateCacheDependency object.
|
dispose, getDependencies
public AggregateCacheDependency()
public void add(CacheDependency... dependencies) throws java.lang.IllegalArgumentException
dependencies
- The array of CacheDependency objects to add.java.lang.IllegalArgumentException