Interface GuiceCacheManagerRestService

All Known Implementing Classes:
GuiceCacheManagerRestServiceImpl

@Path("/guice/caches") public interface GuiceCacheManagerRestService
  • Method Summary

    Modifier and Type
    Method
    Description
    getIndex(String message)
     
    javax.ws.rs.core.Response
    invalidate(String providedCsrfToken, String cacheName)
     
  • Method Details

    • getIndex

      @GET @Path("/") @Produces("text/html") String getIndex(@QueryParam("message") String message)
    • invalidate

      @POST @Path("/invalidate") @Produces("text/html") javax.ws.rs.core.Response invalidate(@FormParam("csrf_token") String providedCsrfToken, @FormParam("name") String cacheName)