javadocs added

pull/2450/head
Nikita Koksharov 5 years ago
parent 4e9c6ccce2
commit dabbebbde3

@ -24,7 +24,8 @@ import javax.cache.integration.CacheLoader;
import javax.cache.integration.CacheWriter;
/**
*
* Asynchronous interface for JCache
*
* @author Nikita Koksharov
*
* @param <K> key type

@ -26,7 +26,8 @@ import javax.cache.integration.CacheWriter;
import reactor.core.publisher.Mono;
/**
*
* Reactive interface for JCache
*
* @author Nikita Koksharov
*
* @param <K> key type

@ -28,7 +28,8 @@ import io.reactivex.Maybe;
import io.reactivex.Single;
/**
*
* RxJava2 interface for JCache
*
* @author Nikita Koksharov
*
* @param <K> key type

Loading…
Cancel
Save