See: Description
| Interface | Description |
|---|---|
| Operation<T> | |
| OperationHandler |
| Class | Description |
|---|---|
| CacheClient |
A client-side base class for delegating requests to a server.
|
| Client | |
| Server |
A rudimentary multi-threaded
Socket-based Server that can
handle, using OperationHandlers, Operations invoked by
Clients. |
This is meant to act as a proof of concept for the API. It is not thread-safe or high performance. It therefore is not suitable for use in production. Please use a production implementation of the API.
Copyright © 2019. All rights reserved.