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