Class: Implements a Least-Recently-Used cache where the keys do not conflict with
Object's properties (e.g. 'hasOwnProperty' is not allowed as a key). Expiring
items from the cache is the responsibility of the user.
Implements a Least-Recently-Used cache where the keys do not conflict with
Object's properties (e.g. 'hasOwnProperty' is not allowed as a key). Expiring
items from the cache is the responsibility of the user.
new Implements a Least-Recently-Used cache where the keys do not conflict with
Object's properties (e.g. 'hasOwnProperty' is not allowed as a key). Expiring
items from the cache is the responsibility of the user.