LRUCache

constructor(maxCount: Int, maxSize: Long, initialCount: Int = maxCount / 10)