LRUCache

constructor(capacity: Int, ttl: Long, onRemove: (key: String, value: V) -> Unit?)