aedile icon indicating copy to clipboard operation
aedile copied to clipboard

Kotlin Wrapper for Caffeine

Results 3 aedile issues
Sort by recently updated
recently updated
newest added

I think `Explicit API mode` should be enabled > Provide an 'Explicit API' mode in the compiler which helps library authoring. Such mode should prevent delivery of unintended public API/ABI...

Expecting `cache.get(key) { ... load value here ... }` to propagate exceptions to the caller, as documented: > If the suspendable computation throws, the exception will be propagated to the...