Home | Trees | Index | Help |
|
---|
Package twisted :: Package popsicle :: Module mailsicle :: Class Mailsicle |
|
Repository
--+ |DirectoryRepository
--+ | Mailsicle
Method Summary | |
---|---|
addressOID(self,
obj,
desc)
| |
Weakly cache an object for the given OID. | |
getOID(self,
obj)
| |
getOldIndexes(self,
obj)
| |
loadOIDList(self,
s)
| |
Implement me if you want to implement synchronous loading. | |
makeOIDList(self,
l)
| |
queryIndex(self,
idx,
value)
| |
removeIndex(self,
oid,
idx,
value)
| |
Return a Deferred which will fire True when the object is saved. | |
storeIndex(self,
oid,
idx,
value)
| |
Inherited from DirectoryRepository | |
| |
Generate an OID synchronously. | |
Inherited from Repository | |
| |
| |
| |
The freezer finished cleaning, and some of my objects were cleaned. | |
Create an instance with an oid and cache it. | |
Load an object from cache or by OID. | |
External API for synchronously loading stuff. | |
Implement me to return a Deferred if you want to implement asynchronous loading. | |
Synonymous with ref.__call__(). | |
Save an object... |
Class Variable Summary | |
---|---|
Inherited from Repository | |
int |
_lastOID = 0 |
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 2.0 on Sat Sep 13 04:21:05 2003 | http://epydoc.sf.net |