Interface Rapid<K,​V>

    • Method Detail

      • t

        static <TK,​TV> Rapid<TK,​TV> t​(String key)
      • t

        static <TK,​TV> Rapid<TK,​TV> t​(String key,
                                                  int ttl)
      • user

        static <T> Rapid<String,​T> user​(io.vertx.ext.auth.User user,
                                              String rootKey)
      • user

        static <T> Rapid<String,​T> user​(io.vertx.ext.auth.User user)
      • cached

        default io.vertx.core.Future<V> cached​(K key,
                                               Supplier<io.vertx.core.Future<V>> executor)
      • cached

        default io.vertx.core.Future<V> cached​(K key,
                                               Function<K,​io.vertx.core.Future<V>> executor)
      • write

        io.vertx.core.Future<V> write​(K key,
                                      V value)
      • clear

        io.vertx.core.Future<V> clear​(K key)
      • read

        io.vertx.core.Future<V> read​(K key)