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") boolean isContentCaching()
@Named(value="contentcaching:state") void enable()
@Named(value="contentcaching:state") void disable()
Copyright © 2009-2013 jclouds. All Rights Reserved.