# TODO: implement LRUCache class # Must have: get(key), put(key, value), size property, clear() # Uses config.CACHE_MAX_SIZE for max capacity