public interface ContentCachingApi
Modifier and Type | Method and Description |
---|---|
void |
disable()
Disable content caching.
|
void |
enable()
Enable content caching.
|
boolean |
isContentCaching()
Determine if the load balancer is content caching.
|
@Named(value="contentcaching:state") @GET @Consumes(value="application/json") @Path(value="/contentcaching") boolean isContentCaching()
@Named(value="contentcaching:state") @PUT @Produces(value="application/json") @Consumes(value="application/json") @Path(value="/contentcaching") void enable()
@Named(value="contentcaching:state") @PUT @Produces(value="application/json") @Consumes(value="application/json") @Path(value="/contentcaching") void disable()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.