public void evict_cache_entry(
		LocalLBProfileWebAccelerationCacheKey [] keys,
		bool exact_match
	)
        {
            this.Invoke("evict_cache_entry", new object [] {
                keys,
                exact_match});
        }
        public LocalLBProfileWebAccelerationCacheEntryExactMatch[][] get_cache_entry_exact_match(
		LocalLBProfileWebAccelerationCacheKey [] keys
	)
        {
            object [] results = this.Invoke("get_cache_entry_exact_match", new object [] {
                keys});
            return ((LocalLBProfileWebAccelerationCacheEntryExactMatch [] [])(results[0]));
        }
 public System.IAsyncResult Beginget_cache_entry_exact_match(LocalLBProfileWebAccelerationCacheKey [] keys, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_cache_entry_exact_match", new object[] {
     keys}, callback, asyncState);
 }