mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-17 06:23:19 +00:00
deprecations handling
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
package dev.inmo.micro_utils.repos.cache
|
||||
|
||||
@Deprecated("Replaced", ReplaceWith("KVCache", "dev.inmo.micro_utils.repos.cache.cache.KVCache"))
|
||||
typealias KVCache<K, V> = dev.inmo.micro_utils.repos.cache.cache.KVCache<K, V>
|
||||
@Deprecated("Replaced", ReplaceWith("SimpleKVCache", "dev.inmo.micro_utils.repos.cache.cache.SimpleKVCache"))
|
||||
typealias SimpleKVCache<K, V> = dev.inmo.micro_utils.repos.cache.cache.SimpleKVCache<K, V>
|
Reference in New Issue
Block a user