Class CachingDestinationResolverProxy<D>
public class CachingDestinationResolverProxy<D> : IDestinationResolver<D>, IDestinationResolver
Type Parameters
D
- Inheritance
-
CachingDestinationResolverProxy<D>
- Implements
- Inherited Members
Constructors
CachingDestinationResolverProxy(IDestinationResolver<D>)
public CachingDestinationResolverProxy(IDestinationResolver<D> targetDestinationResolver)
Parameters
targetDestinationResolver
IDestinationResolver<D>
Methods
ResolveDestination(string)
Resolve the name to a destination
public D ResolveDestination(string name)
Parameters
name
stringthe name to resolve
Returns
- D
the destination if it exists