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

C

cacheConfig(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a cache configuration using a DSL-style builder.
CacheConfigBuilder - class in io.github.dhruv1110.jcachex.kotlin
DSL wrapper for CacheConfig.Builder providing a Kotlin-idiomatic configuration experience.
CacheExtensionsKt - class in io.github.dhruv1110.jcachex.kotlin
 
clearDeferred(io.github.dhruv1110.jcachex.Cache,kotlinx.coroutines.CoroutineScope) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Asynchronously clears the cache as a Deferred.
compute(io.github.dhruv1110.jcachex.Cache,K,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Computes a value for the given key regardless of whether it's present.
computeIfAbsent(io.github.dhruv1110.jcachex.Cache,K,kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Computes a value for the given key if it's not present in the cache.
computeIfPresent(io.github.dhruv1110.jcachex.Cache,K,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Computes a new value for the given key if it's present in the cache.
concurrencyLevel(java.lang.Integer) - function in io.github.dhruv1110.jcachex.kotlin.CacheConfigBuilder
 
contains(io.github.dhruv1110.jcachex.Cache,K) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Checks if the cache contains the given key using 'in' operator.
containsValue(io.github.dhruv1110.jcachex.Cache,V) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Returns true if the cache contains the given value.
count(io.github.dhruv1110.jcachex.Cache,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Counts the number of entries that match the given predicate.
createAllocationOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates an allocation-optimized cache for memory-sensitive applications.
createCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a default cache with the given configuration.
createHardwareOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a hardware-optimized cache for specific hardware configurations.
createJITOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a JIT-optimized cache for high-performance scenarios.
createJVMOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a JVM-optimized cache with GC-aware optimizations.
createLocalityOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a locality-optimized cache for better CPU cache performance.
createMLOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates an ML-optimized cache with machine learning-based eviction.
createOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates an optimized cache with advanced eviction strategies.
createProfiledOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a profiled optimized cache for development and testing.
createReadOnlyOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a read-only optimized cache for read-heavy workloads.
createWriteHeavyOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a write-heavy optimized cache for write-intensive workloads.
createZeroCopyOptimizedCache(kotlin.jvm.functions.Function1) - function in io.github.dhruv1110.jcachex.kotlin.CacheExtensionsKt
Creates a zero-copy optimized cache for minimal allocation overhead.
A  B  C  D  E  F  G  H  I  K  L  M  P  R  S  T  V  W