Skip to content

patrickhuber/CacheIt

Repository files navigation

CacheIt

A Cache Abstraction Framework

CacheIt is based on the System.Runtime.Caching abstract classes. It implements several providers for popular caching systems.

Caches Implemented

System.Web (link)

  • SessionCache
  • WebCache

AppFabric 1.1 (link)

  • AppFabricCache

Redis (link)

  • RedisCache

Memcached (link)

  • MemcachedCache

NCache (link)

  • NCacheCache

Examples of using the framework

Lucene.NET library (link) for documentation

  • Creates a Directory provider based off of CacheIt chunk streams

About

A Cache Abstraction Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published