A  B  C  D  E  F  G  H  I  K  L  M  P  R  S  T  V  W 

P

partition(io.github.dhruv1110.jcachex.Cache,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Partitions entries into two lists based on the given predicate.
plusAssign(io.github.dhruv1110.jcachex.Cache,kotlin.Pair) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Adds a key-value pair to the cache using += operator.
putAll(io.github.dhruv1110.jcachex.Cache,java.util.Map) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Puts all entries from the given map into the cache.
putDeferred(io.github.dhruv1110.jcachex.Cache,K,V,kotlinx.coroutines.CoroutineScope) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Asynchronously puts a value for the given key as a Deferred.
putOrNull(io.github.dhruv1110.jcachex.Cache,K,V) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Safely puts a value, returning a Result.
A  B  C  D  E  F  G  H  I  K  L  M  P  R  S  T  V  W