CachingDestinationResolverProxy()
Create a new CachingDestinationResolverProxy, setting the target DestinationResolver through the #setTargetDestinationResolver bean property.
CachingDestinationResolverProxy(targetDestinationResolver: DestinationResolver<D>)
Create a new CachingDestinationResolverProxy using the given target DestinationResolver to actually resolve destinations.
targetDestinationResolver - the target DestinationResolver to delegate to