Description
When a cache value is released from the LRU and can not be released due to the reference count. The value needs to be put in a queue and re-checked from time to time to see if it can be released. While it's in the queue the overall size of the cache needs to be reduced so that the configured ceiling of off heap memory is not exceeded.