SharpCache is an event driven and configurable cache framework implemented in C#.
Author: Ian Zhang
Email: [email protected]
===============================
The major feature includes
- support several cache levels. (typical configuration is: InMemory -> InDisk)
- support run time configuration adjustment with feedback.
- easy to use.
What will do in the future
1) enable internal log (on-going)
2) enable file cache (on-going)
3) enable remote cache(via socket)
4) support more replacement algorithms
5) enable unit test
6) enhance the XML configuration usage
7) write more examples and design documents
8) performance tuning