Cache manager, a good tool for viewing web site cache-avoid misuse of Cache

Source: Internet
Author: User
Introduction: cache manager plug-in
ASP. NET is a plug-in used to view the cache of the Asp.net site. It can help us effectively monitor the cache status of the system for optimization and easy installation. You only need to introduce a DLL on the page. Code You only need to add an httphandlers in Web. config.
Function:
1. Clear all applications Program Cache: clears all caches, but cannot clear pages and control output caches, unless these caches depend on a certain entity.
2. view the cache: including the cache object data type, displaying the cached object content, excluding the page and control output cache.
3. Remove the page output cache.

Installation Procedure:
1. add reference aspalliance. cachemanager. DLL
2. in the web. add httphandlers >
Add verb =" * " path =" cachemanager. axd " type =" aspalliance. cachemanager. cachemanagerpagefactory,
aspalliance. cachemanager " />
httphandlers >

3. Enter cachemanager. axd in the root directory to view the Cache Management page.

As follows:

ReferenceArticle: Http://aspalliance.com/CacheManager/default.aspx
Click to download: aspalliance.cachemanager.v1.0.60115.01.zip

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.