Package org.infinispan.cache.impl
Class SimpleCacheImpl.ValueAndMetadata<V>
- java.lang.Object
-
- org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata<V>
-
- Enclosing class:
- SimpleCacheImpl<K,V>
protected static class SimpleCacheImpl.ValueAndMetadata<V> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ValueAndMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metadata
getMetadata()
V
getValue()
void
set(V value, Metadata metadata)
-