Beispiel #1
0
 internal VersionedValue(Infinispan.HotRod.IVersionedValue <byte[]> value)
 {
     this.value = value;
 }
 internal VersionedValue(Infinispan.HotRod.IVersionedValue<object> value)
 {
     this.value = value;
 }
Beispiel #3
0
 internal VersionedValue(Infinispan.HotRod.IVersionedValue <object> value)
 {
     this.value = value;
 }