Package org.infinispan.schematic.internal.schema

Examples of org.infinispan.schematic.internal.schema.SchemaDocumentCache


    private final DocumentLibrary documents;
    private final SchemaDocumentCache schemaDocuments;

    public InMemorySchemaLibrary( String name ) {
        this.documents = new InMemoryDocumentLibrary(name);
        this.schemaDocuments = new SchemaDocumentCache(this, null);
    }
View Full Code Here


        return result;
    }

    @Before
    public void beforeEach() {
        schemaDocs = new SchemaDocumentCache(docs, null);
    }
View Full Code Here

TOP

Related Classes of org.infinispan.schematic.internal.schema.SchemaDocumentCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.