Cache Framework for EPiServer
The EPiCode Cache Framework for EPiServer is a collection of base classes and sample query classes to generate PageDataCollections that will be cached for anonymous users.
The framework will handle the caching if you specify a unique key and the code to populate the page collection in the first place.
The cache has a dependency on the EPiServer global page cache, and will empty itself if a page is changed or published.
Read more about the framework on:
http://labs.episerver.com/en/Blogs/Steve-Celius/Dates/112266/6/The-EPiCode-Cache-Framework/
Features
- An easy to use cache framework for you EPiServer CMS sites
- Will help you cache often used data with little impact on your existing code
- Helps speed up sites with performance problems
- Use it to help your site scale
Download
There is no .zip installer for this module, as it is source code that is ment to be placed in your Visual Studio Project, and used from there. See the source code links below to browse, download or check out the source.
Source Code
Browse the source code with the CodeResort source code browser (requires login):
Download the latest version of the source as a zip file (requires login):
Check out the source code using the TortoiseSVN client (TortoiseSVN must be installed):
Tickets
Tickets for this component:
- #74
- Add documentation on how to cache FindPagesWithCriteria
Requirements
Runtime:
- The source code is available for CMS 4 and CMS 5.
- Include the code into your project and compile it there