-
- All Implemented Interfaces:
-
app.appnomix.sdk.internal.data.network.RequestBodyCache
public final class InMemoryRequestBodyCache implements RequestBodyCache
-
-
Constructor Summary
Constructors Constructor Description InMemoryRequestBodyCache()
-
Method Summary
Modifier and Type Method Description <T extends Any> TgetOrFetch(RequestBodyCache.CacheKey key, Long ttlMillis, SuspendFunction0<T> fetch)-
-
Method Detail
-
getOrFetch
<T extends Any> T getOrFetch(RequestBodyCache.CacheKey key, Long ttlMillis, SuspendFunction0<T> fetch)
-
-
-
-