Skip to content

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

License

Notifications You must be signed in to change notification settings

zhanglei4214/Cache.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache.NET

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

Author: Ian Zhang

Email: [email protected]

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages