My solution consist of 3 projects: A Core, Library and AzureWorkerRole.
I want to know in which project should I run "PM> Install-Package Microsoft.WindowsAzure.Caching"... technically the cache will be co-located with "AzureWorkerRole", but the "Core" will be the only project to really access the cache...
so should I install it on the Core, AzureWorkerRole or both?