public interface CachePingConnection
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the ping connection and releases resources.
|
boolean |
isConnected()
Checks if the client is connected.
|
boolean |
ping()
Pings the cache server to check health.
|
boolean ping()
boolean isConnected()
void close()