6.4.2. Adding and Replacing a Key Value


JBoss Data Grid offers a thread-safe data structure.
The following procedure is an example that defines what each line entered into the DefaultCacheQuickstart.java file does:

Procedure 6.3. Adding and Replacing a Key Value

  1. Add an entry with key as the key value.
    cache.put("key", "value");
    
    Copy to Clipboard Toggle word wrap
  2. Check if the key value is missing. If the value is not found, replace the absent value with key. If the value is found, no change occurs.
    cache.putIfAbsent("key", "newValue");
    
    Copy to Clipboard Toggle word wrap
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat