public function WSClientEndpointInterface::clearCache in Web service client 7
Clear any caches the endpoint maintains.
1 method overrides WSClientEndpointInterface::clearCache()
- WSClientEndpoint::clearCache in ./
wsclient.inc - Clear any caches the endpoint maintains.
File
- ./
wsclient.inc, line 206 - Web service client - include file.
Class
- WSClientEndpointInterface
- Interface for remote endpoints. In case of any errors the implementing classes should throw exceptions.
Code
public function clearCache();