Package com.caucho.server.cluster

Examples of com.caucho.server.cluster.Server.clearCache()


  public void clearCache()
  {
    Server server = _server;

    if (server != null)
      server.clearCache();
  }

  public void clearCacheByPattern(String hostRegexp, String urlRegexp)
  {
    Server server = _server;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.