| Home | Trees | Index | Help |
|
|---|
| Package amplee :: Package indexer :: Class MemcacheContainer |
|
object --+
|
MemcacheContainer
| Method Summary | |
|---|---|
Container based on the memcached tool for highly efficient and distributed memory cache. | |
__contains__(self,
key)
| |
__delitem__(self,
key)
| |
__getitem__(self,
key)
| |
__iter__(self)
| |
__setitem__(self,
key,
value)
| |
iterkeys(self)
| |
Closes down all connections to memcached nodes. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__init__(self,
servers,
cache_key=None)
|
shutdown(self)Closes down all connections to memcached nodes. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jul 19 15:32:16 2007 | http://epydoc.sf.net |