I've read that in order to get caching and push performance when using an Interceptor Selector when using Castle Dynamic Proxy that I need to override GetType(), GetHashCode() and Equals()
Where can I find an example of or what would be the best, from a performing perspective, implementation?