MemoryCacheFactory
class MemoryCacheFactory @JvmOverloads constructor(maxSizeBytes: Int = Int.MAX_VALUE, expireAfterMillis: Long = -1) : NormalizedCacheFactory
Content copied to clipboard
Constructors
Link copied to clipboard
fun MemoryCacheFactory(maxSizeBytes: Int = Int.MAX_VALUE, expireAfterMillis: Long = -1)
Content copied to clipboard