| Package | Description |
|---|---|
| org.glassfish.grizzly.memcached |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
CacheBuilder.build()
Create an instance of the named
Cache. |
<K,V> Cache<K,V> |
CacheManager.getCache(String cacheName)
Looks up a named cache.
|
Copyright © 2015 Project Grizzly. All Rights Reserved.