Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-15903

Spring Cache reactive since 6.1

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Critical Critical
    • 15.0.1.Final, 14.0.28.Final
    • None
    • None
    • None

      Add reactove support to spring-cache by implementing the methods

       
      @Nullable
      default CompletableFuture<?> retrieve(Object key)

      { throw new UnsupportedOperationException( getClass().getName() + " does not support CompletableFuture-based retrieval"); }
       
      and
       
      default <T> CompletableFuture<T> retrieve(Object key, Supplier<CompletableFuture<T>> valueLoader) { throw new UnsupportedOperationException( getClass().getName() + " does not support CompletableFuture-based retrieval"); }

       
       
      Added in Spring Cache 6.1

              karestig@redhat.com Katia Aresti
              karestig@redhat.com Katia Aresti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: