| Package | Description |
|---|---|
| org.glassfish.grizzly.memcached |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyMemcachedCache<K,V>
The implementation of the
MemcachedCache based on Grizzly
Basically, this class use BaseObjectPool for pooling connections of the memcached server
and ConsistentHashStore for selecting the memcached server corresponding to the given key. |
Copyright © 2015 Project Grizzly. All Rights Reserved.