Package com.dotcms.repackage.EDU.oswego.cs.dl.util.concurrent

Examples of com.dotcms.repackage.EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap


    return _instance;
  }

  private SimpleCachePool() {
    _scPool = new ConcurrentReaderHashMap(_SIZE);
  }
View Full Code Here


  public static ServletContext remove(String name) {
    return _instance._remove(name);
  }

  private VelocityContextPool() {
    _pool = new ConcurrentReaderHashMap();
  }
View Full Code Here

TOP

Related Classes of com.dotcms.repackage.EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap

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.