Exemplo n.º 1
0
 internal RemoteCache(Infinispan.HotRod.IRemoteCache <object, object> cache)
 {
     this.cache = cache;
 }
Exemplo n.º 2
0
 internal RemoteCache(Infinispan.HotRod.IRemoteCache <byte[], byte[]> cache)
 {
     this.cache = cache;
 }