58596061626364
return _instance; } private SimpleCachePool() { _scPool = new ConcurrentReaderHashMap(_SIZE); }
48495051525354
public static ServletContext remove(String name) { return _instance._remove(name); } private VelocityContextPool() { _pool = new ConcurrentReaderHashMap(); }