Class CacheDependency

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Releases the resources used by the "CacheDependency" object.
      java.util.List<CacheDependency> getDependencies()
      Contains the List of Dependencies for the Cache Item.
      • Methods inherited from class java.lang.Object

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

      • CacheDependency

        public CacheDependency()
        Default constructor for CacheDependency class.
      • CacheDependency

        public CacheDependency​(ExtensibleDependency extensibleDependency)
        Creates a CacheDependency instance from extensible dependency.
        Parameters:
        extensibleDependency - ExtensibleDependency instance.
      • CacheDependency

        public CacheDependency​(CacheDependency dependency)
                        throws java.lang.IllegalArgumentException
        Adds the specified dependency to the list of existing dependencies.
        Parameters:
        dependency - The dependency to be added.
        Throws:
        java.lang.IllegalArgumentException
    • Method Detail

      • getDependencies

        public java.util.List<CacheDependency> getDependencies()
        Contains the List of Dependencies for the Cache Item.
        Returns:
        The list of dependencies associated with the cache item.
      • dispose

        public void dispose()
        Releases the resources used by the "CacheDependency" object.