This release provides the following improvements and fixes
- Both providers are combined in the same assembly.
- Memcached access logic of the both providers is moved in a common class.
- Memcached client is changed to enyim.com Memcached Client.
- Session State Provider without Db backup option.
- Generic Get method for Cache Provider
- Error log is still under construction.
Source DownloadThis project uses
enyim.com Memcached ClientSession State Provider does not support Session_OnEnd. Therefore, to clean expired data in SQL Server 2005 use proc_CleanExpiredData.sql stored proc.
This can be scheduled to automatically clean expired data using SQL Server Agent.
On how to use the providers please refer to the following
Configuration of Providers Special thanks to PureKrome for compiling x64 Release