SqlAdapterCache Replacement Policy

During memory dump analysis of Origam server it was found out, that SqlAdapterCache doesn’t have any replacement policy implemented, thus growing indefinitely during the server’s lifetime.

We should implement one. I suggest TLRU.

Agree if it seems to be a real issue (in case od adapter caching that would mean many users would only login once, leaving the cache growing).

So sliding expiration option would be appropriate here.