| Package | Description |
|---|---|
| org.infinispan.container |
Data containers which store cache entries.
|
| Modifier and Type | Method and Description |
|---|---|
InternalCacheEntry<K,V> |
DefaultDataContainer.compute(K key,
DataContainer.ComputeAction<K,V> action) |
InternalCacheEntry<K,V> |
DataContainer.compute(K key,
DataContainer.ComputeAction<K,V> action)
Computes the new value for the key.
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.