Package io.vertx.up.uca.cache
Class RapidUser<T>
- java.lang.Object
-
- io.vertx.up.uca.cache.AbstractRapid<String,T>
-
- io.vertx.up.uca.cache.RapidUser<T>
-
public class RapidUser<T> extends AbstractRapid<String,T>
- Author:
- Lang
-
-
Field Summary
-
Fields inherited from class io.vertx.up.uca.cache.AbstractRapid
expired, pool
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<T>cached(String key, Supplier<io.vertx.core.Future<T>> executor)-
Methods inherited from class io.vertx.up.uca.cache.AbstractRapid
clear, logger, read, write
-
-