/// <summary>
 /// Gets the headers.
 /// </summary>
 /// <param name="registration">The registration.</param>
 /// <returns></returns>
 public IEnumerable<object> GetHeaders(ServiceCacheRegistration registration)
 {
     return null;
 }
예제 #2
0
 /// <summary>
 /// Gets the headers.
 /// </summary>
 /// <param name="registration">The registration.</param>
 /// <returns></returns>
 public IEnumerable <object> GetHeaders(ServiceCacheRegistration registration)
 {
     return(null);
 }