Package org.sonatype.nexus.proxy.events

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


        log.debug("Clear NFC for repository {} from path='{}' did not alter cache.", this, request.getRequestPath());
      }
    }

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

    return cacheAltered;
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.proxy.events.RepositoryEventExpireNotFoundCaches

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.