Click here to Skip to main content
15,898,134 members
Articles / Web Development / ASP.NET

An ASP.NET abstract class Designed for Cache Management in High Traffic Web Sites

Rate me:
Please Sign up or sign in to vote.
4.16/5 (13 votes)
6 Oct 2014CPOL2 min read 47.1K   316   46  
Provides a simple generic base class that allows fast and easy access to cached methods. The class is especially designed for high traffic web sites as it reduces to the minimum the number of concurrent queries to the data source.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Italy Italy
Paolo Costa is a software developer with long experience on any kind of .NET application. He lives in Italy and works in Switzerland for a credit card payment acquiring company.

Comments and Discussions