Can any one help me develop an cache architecture where I can use httpruntime.cache when using localmachine (for development purposes) and use appfabric cache when application running on server?
I currently have the appfabric code already implemented. I know need to the logic to identify the localmachine usage and switch caching mechanism to httpruntime.cache...
Thanks to all gurus in advance...