JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.infinispan.api.common
MutableCacheEntry
Contents
Description
Method Summary
Method Details
setValue(V)
Hide sidebar
Show sidebar
Interface MutableCacheEntry<
K
,
V
>
All Superinterfaces:
CacheEntry
<K,
V>
public interface
MutableCacheEntry<K,
V>
extends
CacheEntry
<K,
V>
Since:
14.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setValue
(
V
newValue)
Methods inherited from interface
CacheEntry
key
,
metadata
,
value
Method Details
setValue
void
setValue
(
V
newValue)