Package org.gradle.cache.internal.cacheops

Examples of org.gradle.cache.internal.cacheops.CacheAccessOperationsStack


        this.cacheDisplayName = cacheDisplayName;
        this.lockTarget = lockTarget;
        this.baseDir = baseDir;
        this.lockManager = lockManager;
        this.initializationAction = initializationAction;
        this.operations = new CacheAccessOperationsStack();
    }
View Full Code Here

TOP

Related Classes of org.gradle.cache.internal.cacheops.CacheAccessOperationsStack

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.