Package jade.util

Examples of jade.util.HashCache


      size = Integer.parseInt(myProfile.getParameter(CACHE_SIZE, null));
    }
    catch (Exception e) {
      // Keep default
    }
    cachedSlices = new HashCache(size);
   
    routes = new RoutingTable(myProfile.getBooleanProperty(ATTACH_PLATFORM_INFO, false));
   
    if (myContainer.getMain() != null) {
      globalAliases = new Hashtable();
View Full Code Here

TOP

Related Classes of jade.util.HashCache

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.