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

Cache configured with the new configuration always returns null values

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Blocker Blocker
    • None
    • 5.1.0.BETA5
    • Configuration
    • None

      The test case:

      DefaultCacheManager cacheManager = new DefaultCacheManager(new ConfigurationBuilder().build());

      Cache<String, String> cache = cacheManager.getCache();
      cache.put("Foo", "2");
      cache.put("Bar", "4");

      System.out.println(cache.get("Foo"));
      System.out.println(cache.get("Bar"));

            pmuiratbleepbleep Pete Muir (Inactive)
            kevinpollet Kévin Pollet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: