public class CacheValue extends Object
The class can be marshalled either via its externalizer or via the JVM serialization. The reason for supporting both methods is to enable third-party libraries to be able to marshall/unmarshall them using standard JVM serialization rules. The Infinispan marshalling layer will always chose the most performant one, aka the externalizer method.
Modifier and Type | Class and Description |
---|---|
static class |
CacheValue.Externalizer
Deprecated.
|
Constructor and Description |
---|
CacheValue(byte[] data,
long version)
Deprecated.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.