public class ClientDelegateCacheSerializableKey extends Object implements Serializable
Constructor and Description |
---|
ClientDelegateCacheSerializableKey(String clientId,
Serializable key)
Creates a cache key for the ClientDelagateCache
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClientId() |
Serializable |
getWrappedKey() |
int |
hashCode() |
public ClientDelegateCacheSerializableKey(String clientId, Serializable key)
clientId
- the clientIdkey
- the key to be wrappedCopyright © 2019 Communote team. All rights reserved.