| Interface | Description |
|---|---|
| AtomicDistributedMapCacheClient<R> |
This interface defines an API that can be used for interacting with a
Distributed Cache that functions similarly to a
Map. |
| CommsSession | |
| Deserializer<T> |
Provides an interface for deserializing an array of bytes into an Object
|
| DistributedMapCacheClient |
This interface defines an API that can be used for interacting with a
Distributed Cache that functions similarly to a
Map. |
| DistributedSetCacheClient |
This interface defines an API that can be used for interacting with a
Distributed Cache that functions similarly to a
Set. |
| Serializer<T> |
Provides a mechanism by which a value can be serialized to a stream of bytes
|
| Class | Description |
|---|---|
| AtomicCacheEntry<K,V,R> | |
| DistributedMapCacheClientService | |
| DistributedSetCacheClientService | |
| SSLCommsSession | |
| StandardCommsSession |