class documentation

class SmartLRUCache(LRUCache): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method popitem Undocumented
Instance Variable _evict Undocumented
def __init__(self, maxsize, getsizeof=None, evict=None): (source)

Undocumented

def popitem(self): (source)

Undocumented

Undocumented