Interface MutableCacheEntry<K,V>

All Superinterfaces:
CacheEntry<K,V>

public interface MutableCacheEntry<K,V> extends CacheEntry<K,V>
Since:
14.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(V newValue)
     

    Methods inherited from interface org.infinispan.api.common.CacheEntry

    key, metadata, value
  • Method Details

    • setValue

      void setValue(V newValue)