Package io.apigee.trireme.core.internal

Examples of io.apigee.trireme.core.internal.SoftClassCache


    /**
     * Create a default instance of the class cache using an internal implementation. Currently this implementation
     * uses a hash map of SoftReference objects.
     */
    public void setDefaultClassCache() {
        this.classCache = new SoftClassCache();
    }
View Full Code Here

TOP

Related Classes of io.apigee.trireme.core.internal.SoftClassCache

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.