Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 730 Bytes

File metadata and controls

26 lines (20 loc) · 730 Bytes

Cache.NET

SharpCache is an event driven and configurable cache framework implemented in C#.

Author: Ian Zhang

Email: zhanglei4214@gmail.com

===============================

The major feature includes

  1. support several cache levels. (typical configuration is: InMemory -> InDisk)

  2. support run time configuration adjustment with feedback.

  3. 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