class documentation

class CachedReturner(pb.Root): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method remote_giveMeCache Undocumented
Instance Variable cache Undocumented

Inherited from Root:

Method rootObject A factory is requesting to publish me as a root object.

Inherited from Referenceable (via Root):

Method jellyFor (internal)
Method remoteMessageReceived A remote message has been received. Dispatch it appropriately.
Class Variable perspective I am an object sent remotely as a direct reference.

Inherited from Serializable (via Root, Referenceable):

Method processUniqueID Return an ID which uniquely represents this object for this process.

Inherited from Jellyable (via Root, Referenceable, Serializable):

Method getStateFor Undocumented
def __init__(self, cache): (source)

Undocumented

def remote_giveMeCache(self, st): (source)

Undocumented

Undocumented