All Questions
Tagged with code-generation caching
1 question
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 ...