LruStateCache

constructor(maxSize: Int, key: (S) -> Any, fetcher: suspend (source: S) -> V)