MaxSizeCache

Simple lru-cache to support ravel/unravel ops

 

__init__(self, max_items=128): 

 

keys(self): 

 

__contains__(self, item): 

 

__getitem__(self, item): 

 

__setitem__(self, key, value): 

Feedback

Examples

Templates

Documentation