setCacheSize

fun setCacheSize(sizeInMb: UShort)

Set the max size of the cache. If the cache size is exceeded, cache content is evicted following a FIFO policy.

Parameters

sizeInMb

cache size in megabytes


fun setCacheSize(sizeInMb: Long)

Deprecated

Do not use this method anymore!

Replace with

setCacheSize(sizeInMb: UShort)

Set the max size of the cache. If the cache size is exceeded, cache content is evicted following a FIFO policy.

Parameters

sizeInMb

cache size in megabytes