LRU + per-entry TTL. solve(capacity, ttl, ops) runs operations:
solve(capacity, ttl, ops)
['set', now, key, value]
['get', now, key]
Returns array of get results (in order).
get
Sample tests