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

Cache configured with the new configuration always returns null values

    XMLWordPrintable

Details

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

    Description

      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"));

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: