0 Replies Latest reply on Jul 22, 2014 10:43 PM by genman

    Memoizer pattern in Infinispan

    genman

      By Memoizer, I mean something like this: http://stackoverflow.com/questions/4886485/in-java-concurrency-in-practice-by-brian-goetz

       

      I'm wondering if there is some way to implement something similar using Infinispan classes. In particular, I'm interested in the JCache annotations @CacheResult behaving similarly as the Memoizer, where other threads will block for a particular key.