Interface SchemaCache


  • public interface SchemaCache
    Interface for a schema description cache.
    • Method Detail

      • get

        SchemaDescription get​(java.lang.String namespaceURI)
        Retrieves an SchemaDescription from the cache.
        Parameters:
        namespaceURI - the namespace to lookup
        Returns:
        Returns the schema description or null, if it has not been cached.