Skip to content
forked from sixeyed/caching

A C# framework library for wrapping .NET cache access, including the MemoryCache, AppFabric Cache, Memcached and a disk cache. Use any cache provider in AOP-style, or as an ASP.NET output cache.

License

Notifications You must be signed in to change notification settings

bardock/caching

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sixeyed.Caching-Bardock

A C# framework library for wrapping .NET cache access, including the MemoryCache, AppFabric Cache, Memcached and a disk cache.

TO-DO's

This framework needs refactoring:

  • Simplify abstractions and use extension methods
  • Support dependency injection
  • Improve unit tests (coverage, readability, code organizacion and reuse)
  • Apply SOLID principles

This is a fork of Sixeyed.Caching, so may be we need a new fresh start (new project, repo, and so on).

About

A C# framework library for wrapping .NET cache access, including the MemoryCache, AppFabric Cache, Memcached and a disk cache. Use any cache provider in AOP-style, or as an ASP.NET output cache.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.4%
  • Other 0.6%