LRUCache

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