|
Class Summary |
| Cache |
|
| CommandDecoder |
MINA MessageDecoderAdapter responsible for parsing inbound lines from the memcached protocol session. |
| CommandMessage |
The payload object holding the parsed message. |
| LRUCache<ID_TYPE,ITEM_TYPE> |
Simple non-thread-safe LRU hash map cache. |
| LRUCacheStorageDelegate |
A delegate around the internal thread-safe LRUCache implementation. |
| Main |
Command line interface to the Java memcache daemon. |
| MCElement |
Represents information about a cache entry. |
| MemCacheDaemon |
The actual daemon - responsible for the binding and configuration of the network configuration. |
| MemcachedProtocolCodecFactory |
|
| ResponseEncoder |
MINA MessageEncoder responsible for writing a ResponseMessage into the network stream. |
| ResponseMessage |
Represents an outbound response on the network stream. |
| ServerSessionHandler |
The heart of the daemon, responsible for handling the creation and destruction of network
sessions, keeping cache statistics, and (most importantly) processing inbound (parsed) commands and then passing on
a response message for output. |