Interface DataSetCache

    • Method Detail

      • isComplete

        boolean isComplete​(String namespace)
        Check is given namespace has complete cache of the data set
        Parameters:
        namespace -
        Returns:
        true if namespace is fully cached
      • setComplete

        void setComplete​(String namespace,
                         boolean value)
        Sets the flag indicating whether given namespace is fully cached
        Parameters:
        namespace -
        value -
      • contains

        boolean contains​(String key)