| Package | Description |
|---|---|
| org.glassfish.grizzly.memcached |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Cache<K,V>
The basic interface of the cache based on JSR-107(JCache)
a cache will have a named region based on String.
|
interface |
MemcachedCache<K,V>
|
| 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.