Home | Trees | Index | Help |
---|
Package twisted :: Package popsicle :: Module mailsicle :: Class Mailsicle |
|
Repository
--+ |DirectoryRepository
--+ | Mailsicle
Method Summary | |
---|---|
__init__(self,
dirname)
(inherited from DirectoryRepository )
| |
__getstate__(self)
(inherited from Repository )
| |
__setstate__(self,
dct)
(inherited from Repository )
| |
addressOID(self,
obj,
desc)
| |
Weakly cache an object for the given OID. | |
The freezer finished cleaning, and some of my objects were cleaned. (inherited from Repository )
| |
Create an instance with an oid and cache it. (inherited from Repository )
| |
Generate an OID synchronously. (inherited from DirectoryRepository )
| |
getOID(self,
obj)
| |
getOldIndexes(self,
obj)
| |
Load an object from cache or by OID. (inherited from Repository )
| |
External API for synchronously loading stuff. (inherited from Repository )
| |
Implement me to return a Deferred if you want to implement asynchronous loading. (inherited from Repository )
| |
loadOIDList(self,
s)
| |
Implement me if you want to implement synchronous loading. | |
Synonymous with ref.__call__(). (inherited from Repository )
| |
makeOIDList(self,
l)
| |
queryIndex(self,
idx,
value)
| |
removeIndex(self,
oid,
idx,
value)
| |
Save an object... (inherited from Repository )
| |
Return a Deferred which will fire True when the object is saved. | |
storeIndex(self,
oid,
idx,
value)
| |
_cbLoadedOID(self,
result,
oid,
pref)
(inherited from Repository )
|
Method Details |
---|
cache(self, oid, obj, finished=1)Weakly cache an object for the given OID. This means I own it, so also register it with the Freezer as such.
|
loadOIDNow(self, oid)Implement me if you want to implement synchronous loading.
|
saveOID(self, oid, obj)Return a Deferred which will fire True when the object is saved.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:35 2003 | http://epydoc.sf.net |