Skip to main content

All Questions

Filter by
Sorted by
Tagged with
7 votes
1 answer
5k views

Caching strategies for entities and collections

We currently have an application framework in which we automatically cache both entities and collections of entities at the business layer (using .NET cache). So the method GetWidget(int id) checks ...
Rob West's user avatar
  • 171