Package org.knopflerfish.util

Examples of org.knopflerfish.util.CacheMap


    public RemotingClient(String servicePath) {
        this.servicePath = servicePath;
        callLock = new Object();
        caches = new HashMap();
       
        fastCache = new CacheMap(1000);
        slowCache = new CacheMap(10000);
    }
View Full Code Here

TOP

Related Classes of org.knopflerfish.util.CacheMap

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.