Click here to Skip to main content

Catalog.CodeProject.com


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Item Details
License: Limited Functionality Trial
Technologies: C# (C#3.0, C#), HTML, .NET (.NET3.0, .NET3.5, .NET), ASP.NET, WebForms
Last Updated: 13 May 2009

Contact Information
Contact Name:
Paulo Zemek
Email:
paulozemek@hotmail.com
Email Format:
Html
Zip / Post Code:
81020-220
Country:
Brazil
Pfz.Caching
Paulo Zemek
Version: 1.0
Pfz.Caching is a complete solution to cache any serializable object. It's main purpose is to reduce memory utilization and network traffic.
 
It's key features are the capability to store ViewStates locally and to create Cache objects anywhere.
When storing ViewStates locally, it sends only an ID to the client, which increases security as the client can't change the ViewState, and it also guarantees that the ViewState from one client can't be accessed by another client.
 
Internally, the ViewState cache uses the simple Pfz.Caching.Cache class, which is able to reutilize buffers still in memory, avoiding unnecessary disk reads, and also works as a hashset of buffers, avoiding identical files to be created, which also reduces file usage.
It is possible to use the Pfz.Caching.Cache class even when big data need to be stored in session instead of ViewState.

 
 
 

Advertise | Privacy | Mobile
Web02 | 2.5.120210.1 | Last Updated 10 Aug 2007
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid