File size: 142 Bytes
a5c1fa0
 
 
1
2
3
4
# TODO: implement LRUCache class
# Must have: get(key), put(key, value), size property, clear()
# Uses config.CACHE_MAX_SIZE for max capacity