Package org.apache.marmotta.kiwi.contextaware

Examples of org.apache.marmotta.kiwi.contextaware.ContextAwareSailConnection


public class LDCachingSailRepositoryConnection extends SailRepositoryConnection implements LDCachingConnection {

    private LDCachingSailConnection cacheConnection;

    public LDCachingSailRepositoryConnection(SailRepository repository, LDCachingKiWiSailConnection sailConnection, String cacheContext) {
        super(repository, new ContextAwareSailConnection(sailConnection, sailConnection.getValueFactory().createURI(cacheContext)));
        cacheConnection = sailConnection;
    }
View Full Code Here

TOP

Related Classes of org.apache.marmotta.kiwi.contextaware.ContextAwareSailConnection

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.