A
B
C
D
F
G
H
I
K
M
O
P
R
S
T
U
V
P
- partition(io.github.dhruv1110.jcachex.Cache,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.CollectionExtensionsKt
- 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.OperatorExtensionsKt
- 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.CollectionExtensionsKt
- 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.CoroutineExtensionsKt
- 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.SafeExtensionsKt
- Safely puts a value, returning a Result.