I am a reverse-reference to the peer's RemoteCache.

I am generated automatically when a cache is serialized. I represent a reference to the client's RemoteCache object that will represent a particular Cacheable; I am the additional object passed to getStateToCacheAndObserveFor.

Method __init__ (internal) Initialize me.
Method __repr__ Undocumented
Method __hash__ Generate a hash unique to all RemoteCacheObservers for this broker/perspective/cached triplet
Method __cmp__ Compare me to another RemoteCacheObserver.
Method callRemote (internal) action method.
Method remoteMethod Get a pb.RemoteMethod for this key.
def __init__(self, broker, cached, perspective):

(internal) Initialize me.

Parametersbrokera pb.Broker instance.
cacheda Cacheable instance that this RemoteCacheObserver corresponds to.
perspectivea reference to the perspective who is observing this.
def __repr__(self):
Undocumented
def __hash__(self):

Generate a hash unique to all RemoteCacheObservers for this broker/perspective/cached triplet

def __cmp__(self, other):

Compare me to another RemoteCacheObserver.

def callRemote(self, _name, *args, **kw):

(internal) action method.

def remoteMethod(self, key):

Get a pb.RemoteMethod for this key.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.