Examples of RepositoryEventExpireProxyCaches


Examples of org.sonatype.nexus.proxy.events.RepositoryEventExpireProxyCaches

      else {
        log.debug("Proxy cache not altered for repository {} from path='{}'", this, request.getRequestPath());
      }
    }

    eventBus().post(new RepositoryEventExpireProxyCaches(
        this, request.getRequestPath(), request.getRequestContext().flatten(), cacheAltered));

    return cacheAltered;
  }
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.