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

R

recordStats(java.lang.Boolean) - function in io.github.dhruv1110.jcachex.kotlin.CacheConfigBuilder
 
refreshAfterWrite(java.time.Duration) - function in io.github.dhruv1110.jcachex.kotlin.CacheConfigBuilder
 
removeAll(io.github.dhruv1110.jcachex.Cache,java.util.Collection) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Removes all entries with the given keys from the cache.
removeDeferred(io.github.dhruv1110.jcachex.Cache,K,kotlinx.coroutines.CoroutineScope) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Asynchronously removes the value for the given key as a Deferred.
removeIf(io.github.dhruv1110.jcachex.Cache,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Removes all entries that match the given predicate.
removeOrNull(io.github.dhruv1110.jcachex.Cache,K) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Safely removes a value, returning a Result.
replace(io.github.dhruv1110.jcachex.Cache,K,V) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Replaces the value for the given key if it exists.
replace(io.github.dhruv1110.jcachex.Cache,K,V,V) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Replaces the value for the given key if it equals the expected value.
replaceAll(io.github.dhruv1110.jcachex.Cache,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Replaces all values using the given transformation function.
retainAll(io.github.dhruv1110.jcachex.Cache,java.util.Collection) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Retains only the entries with the given keys.
A  B  C  D  E  F  G  H  I  K  L  M  P  R  S  T  V  W