Class AggregateCacheDependency

    • Constructor Summary

      Constructors 
      Constructor Description
      AggregateCacheDependency()
      Initializes a new instance of the AggregateCacheDependency class that wraps multiple CacheDependency objects.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(CacheDependency... dependencies)
      Adds an array of CacheDependency objects to the AggregateCacheDependency object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AggregateCacheDependency

        public AggregateCacheDependency()
        Initializes a new instance of the AggregateCacheDependency class that wraps multiple CacheDependency objects. This is the default constructor for the AggregateCacheDependency class.
    • Method Detail

      • add

        public void add​(CacheDependency... dependencies)
                 throws java.lang.IllegalArgumentException
        Adds an array of CacheDependency objects to the AggregateCacheDependency object.
        Parameters:
        dependencies - The array of CacheDependency objects to add.
        Throws:
        java.lang.IllegalArgumentException