Home | Trees | Indices | Help |
|
---|
|
object --+ | MemoryStore
In-process memory store.
Use for single long-running processes. No persistence supplied.
|
|||
__init__(self) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
storeAssociation(self, server_url, assoc) | |||
getAssociation(self, server_url, handle=None) | |||
removeAssociation(self, server_url, handle) | |||
useNonce(self, server_url, timestamp, salt) | |||
cleanupNonces(self) | |||
cleanupAssociations(self) | |||
__eq__(self, other) | |||
__ne__(self, other) | |||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Jun 22 21:41:46 2007 | http://epydoc.sourceforge.net |