cacheAsync

fun cacheAsync(flag: FeatureFlag, ttlMilliseconds: ULong)

Caches a flag in an async method. See cache

Parameters

flag

The flag to cache.

ttlMilliseconds

The cache time to live in milliseconds.