class documentation

class RemoteCacheMethod: (source)

View In Hierarchy

A method on a reference to a RemoteCache.
Method __call__ (internal) action method.
Method __cmp__ Undocumented
Method __hash__ Undocumented
Method __init__ (internal) initialize.
Instance Variable broker Undocumented
Instance Variable cached Undocumented
Instance Variable name Undocumented
Instance Variable perspective Undocumented
def __call__(self, *args, **kw): (source)
(internal) action method.
def __cmp__(self, other): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, name, broker, cached, perspective): (source)
(internal) initialize.
broker = (source)

Undocumented

cached = (source)

Undocumented

name = (source)

Undocumented

perspective = (source)

Undocumented