Package dev. inmo. micro_utils. repos. cache. cache
  Types
Simple Full KVCache
                  Link copied to clipboard
                open class SimpleFullKVCache<K, V>(kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()) : FullKVCache<K, V> , KeyValueRepo<K, V> 
Content copied to clipboard
open class SimpleFullKVCache<K, V>(kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()) : FullKVCache<K, V> , KeyValueRepo<K, V> 
Content copied to clipboard
open class SimpleFullKVCache<K, V>(kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()) : FullKVCache<K, V> , KeyValueRepo<K, V> 
Content copied to clipboard
Simple KVCache
                  Link copied to clipboard
                open class SimpleKVCache<K, V>(cachedValuesCount: Int, kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()) : KVCache<K, V> , KeyValueRepo<K, V> 
Content copied to clipboard
open class SimpleKVCache<K, V>(cachedValuesCount: Int, kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()) : KVCache<K, V> , KeyValueRepo<K, V> 
Content copied to clipboard
open class SimpleKVCache<K, V>(cachedValuesCount: Int, kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()) : KVCache<K, V> , KeyValueRepo<K, V> 
Content copied to clipboard
Functions
Full KVCache
                  Link copied to clipboard
                inline fun <K, V> FullKVCache(kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()): SimpleFullKVCache<K, V>
Content copied to clipboard
inline fun <K, V> FullKVCache(kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()): SimpleFullKVCache<K, V>
Content copied to clipboard
inline fun <K, V> FullKVCache(kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()): SimpleFullKVCache<K, V>
Content copied to clipboard
KVCache
                  Link copied to clipboard
                inline fun <K, V> KVCache(cachedValuesCount: Int, kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()): SimpleKVCache<K, V>
Content copied to clipboard
inline fun <K, V> KVCache(cachedValuesCount: Int, kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()): SimpleKVCache<K, V>
Content copied to clipboard
inline fun <K, V> KVCache(cachedValuesCount: Int, kvParent: KeyValueRepo<K, V> = MapKeyValueRepo<K, V>()): SimpleKVCache<K, V>
Content copied to clipboard