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