class documentation

class LocalCache(collections.OrderedDict):

View In Hierarchy

Dictionary with a finite number of keys.

Older items expires first.

Method __init__ Undocumented
Method __setitem__ Undocumented
Instance Variable limit Undocumented
def __init__(self, limit=None):

Undocumented

def __setitem__(self, key, value):

Undocumented

limit =

Undocumented