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

ControllerTypeCache and TypeCacheUtil in ASP.NET MVC framework

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
9 Jun 2013CPOL7 min read 15.9K   11  
This article describes how ASP.NET MVC framework uses caching, during the retrival of controller type for controller instantiation, using the ControllerTypeCache, TypeCacheUtil and TypeCacheSerializer classes.

Views

Daily 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 Mindfire Solutions
India India
Software developer, working at Mindfire Solutions, having hands on experience in both Windows and web application using C#, ASP.NET, ASP.NET MVC.

Comments and Discussions