Misc.LRUCache clear() Remove all items from the cache get(key) Arguments key (number): The key of the item to look up put(key, value) Arguments key (number): The key of the item to add/update value (number): The value of the item add/update