For performance reasons, we are implementing the MaxSessionCacheSize ACO parameter to cache user sessions and avoid performing too many calls to Policy Server, however we are noticing the requests for newer users seems to not being cached correctly, and the Agent is calling the Policy Server too soon when the cache is full.
We would expect to see older user sessions to be removed in favor of the new ones.