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

R

readToWriteRatio(java.lang.Double) - function in io.github.dhruv1110.jcachex.kotlin.WorkloadCharacteristicsScope
 
recordStats(java.lang.Boolean) - function in io.github.dhruv1110.jcachex.kotlin.CacheConfigBuilder
 
recordStats(java.lang.Boolean) - function in io.github.dhruv1110.jcachex.kotlin.JCacheXBuilderScope
 
refreshAfterWrite(java.time.Duration) - function in io.github.dhruv1110.jcachex.kotlin.CacheConfigBuilder
 
refreshAfterWrite(java.time.Duration) - function in io.github.dhruv1110.jcachex.kotlin.JCacheXBuilderScope
 
removeAll(io.github.dhruv1110.jcachex.Cache,java.util.Collection) - function in io.github.dhruv1110.jcachex.kotlin.CollectionExtensionsKt
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.CoroutineExtensionsKt
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.CollectionExtensionsKt
Removes all entries that match the given predicate.
removeOrNull(io.github.dhruv1110.jcachex.Cache,K) - function in io.github.dhruv1110.jcachex.kotlin.SafeExtensionsKt
Safely removes a value, returning a Result.
replace(io.github.dhruv1110.jcachex.Cache,K,V) - function in io.github.dhruv1110.jcachex.kotlin.UtilityExtensionsKt
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.UtilityExtensionsKt
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.UtilityExtensionsKt
Replaces all values using the given transformation function.
requiresAsyncOperations(java.lang.Boolean) - function in io.github.dhruv1110.jcachex.kotlin.WorkloadCharacteristicsScope
 
requiresConsistency(java.lang.Boolean) - function in io.github.dhruv1110.jcachex.kotlin.WorkloadCharacteristicsScope
 
retainAll(io.github.dhruv1110.jcachex.Cache,java.util.Collection) - function in io.github.dhruv1110.jcachex.kotlin.CollectionExtensionsKt
Retains only the entries with the given keys.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W