Constructs a new instance of the LRUCache class.
The maximum size for this cache. We recommend setting this to be one less than a power of 2, as most hashtables - including V8's Object hashtable (https://crsrc.org/c/v8/src/objects/ordered-hash-table.cc)
A LRU cache intended for caching pure functions.