In-process memory store.
Use for single long-running processes. No persistence supplied.
Method Summary |
|
__init__(self)
|
|
__eq__(self,
other)
|
|
__ne__(self,
other)
|
|
cleanupAssociations(self)
|
|
cleanupNonces(self)
|
|
getAssociation(self,
server_url,
handle)
|
|
removeAssociation(self,
server_url,
handle)
|
|
storeAssociation(self,
server_url,
assoc)
|
|
useNonce(self,
server_url,
timestamp,
salt)
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|