we want to be able to eject unused / stale from the cache upon hitting a user defined limit. This requires timestamping last use of a runner. the point of this is to be able to know the oldest runner in the cache to be able to eject it on making a new runner which puts the total amount over the limit.
we want to be able to eject unused / stale from the cache upon hitting a user defined limit. This requires timestamping last use of a runner. the point of this is to be able to know the oldest runner in the cache to be able to eject it on making a new runner which puts the total amount over the limit.